Merge pull request from invertase/master

Update v4.3.x branch
This commit is contained in:
Michael Diarmid 2018-07-14 15:41:59 +01:00 committed by GitHub
commit 8ba0b6d1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -36,6 +36,9 @@ android {
}
productFlavors {
}
lintOptions {
disable 'GradleCompatible'
}
}
rootProject.gradle.buildFinished { buildResult ->
@ -68,7 +71,8 @@ rootProject.gradle.buildFinished { buildResult ->
logger.log(LogLevel.ERROR, "| |")
logger.log(LogLevel.ERROR, " ----------------------------------------------------------- ")
}
} catch (Exception exception) {}
} catch (Exception exception) {
}
}
}

View File

@ -2,4 +2,6 @@
package="io.invertase.firebase">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "react-native-firebase",
"version": "4.3.5",
"version": "4.3.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "react-native-firebase",
"version": "4.3.5",
"version": "4.3.6",
"author": "Invertase <contact@invertase.io> (http://invertase.io)",
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
"main": "dist/index.js",