Skip to content

Commit a3f2cf3

Browse files
authored
Merge pull request #248 from simonbuerger/fix/allow-jetify
Allow jetifier to work with this package
2 parents 1648164 + 6e1c981 commit a3f2cf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ android {
4444
dependencies {
4545
def supportLibVersion = safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)
4646

47-
compileOnly "com.facebook.react:react-native:+"
47+
implementation "com.facebook.react:react-native:+"
4848
implementation "com.google.android.libraries.places:places:1.1.0"
4949
implementation "com.android.support:appcompat-v7:${supportLibVersion}"
5050
implementation "com.android.support:support-v4:${supportLibVersion}"
5151
implementation "com.google.code.findbugs:jsr305:3.0.2"
52-
}
52+
}

0 commit comments

Comments
 (0)