Skip to content

Commit

Permalink
Upgrade android gradle build tools to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Oct 4, 2018
1 parent 3be7662 commit 31a2e7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ def safeExtGet(prop, fallback) {
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:3.1.4'
}
}
apply plugin: 'com.android.library'
Expand Down Expand Up @@ -38,6 +39,6 @@ repositories {
}

dependencies {
compile 'com.facebook.react:react-native:+'
compile 'com.facebook.shimmer:shimmer:0.1.0@aar'
implementation 'com.facebook.react:react-native:+'
implementation 'com.facebook.shimmer:shimmer:0.1.0@aar'
}

0 comments on commit 31a2e7d

Please sign in to comment.