Skip to content

Commit

Permalink
Allow jetifier to work with this package
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbuerger committed Jul 23, 2019
1 parent 85a7858 commit 6e1c981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ android {
dependencies {
def supportLibVersion = safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)

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

0 comments on commit 6e1c981

Please sign in to comment.