[v6] Implement Remote Config (#1896)

This commit is contained in:
Ilja Daderko
2019-03-26 15:03:57 +02:00
committed by Mike Diarmid
parent 8ef8038c94
commit fb7109e52a
51 changed files with 3013 additions and 837 deletions

View File

@@ -74,6 +74,12 @@ android {
matchingFallbacks = ['debug']
}
}
compileOptions {
sourceCompatibility 1.8
targetCompatibility 1.8
}
// applicationVariants are e.g. debug, release
applicationVariants.all { variant ->
variant.outputs.each { output ->
@@ -109,7 +115,7 @@ dependencies {
* ---------------------------- */
firebasePackages.each { firebasePackage ->
implementation project(path: ":@react-native-firebase/${firebasePackage}")
implementation project(path: ":@react-native-firebase_${firebasePackage}")
}
/* ------------------------

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<defaultsMap>
<entry>
<key>company</key>
<value>invertase</value>
</entry>
</defaultsMap>