mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-26 13:34:52 +08:00
[v6] Implement Remote Config (#1896)
This commit is contained in:
committed by
Mike Diarmid
parent
8ef8038c94
commit
fb7109e52a
@@ -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}")
|
||||
}
|
||||
|
||||
/* ------------------------
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<defaultsMap>
|
||||
<entry>
|
||||
<key>company</key>
|
||||
<value>invertase</value>
|
||||
</entry>
|
||||
</defaultsMap>
|
||||
Reference in New Issue
Block a user