We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1648164 + 6e1c981 commit a3f2cf3Copy full SHA for a3f2cf3
android/build.gradle
@@ -44,9 +44,9 @@ android {
44
dependencies {
45
def supportLibVersion = safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)
46
47
- compileOnly "com.facebook.react:react-native:+"
+ implementation "com.facebook.react:react-native:+"
48
implementation "com.google.android.libraries.places:places:1.1.0"
49
implementation "com.android.support:appcompat-v7:${supportLibVersion}"
50
implementation "com.android.support:support-v4:${supportLibVersion}"
51
implementation "com.google.code.findbugs:jsr305:3.0.2"
52
-}
+}
0 commit comments