Skip to content

Commit

Permalink
Use build-tools 26.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cesardeazevedo committed Jul 6, 2018
1 parent 002ec04 commit f25b6b4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
apply plugin: "com.android.library"

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
compileSdkVersion 26
buildToolsVersion "26.0.2"

defaultConfig {
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
targetSdkVersion 26
}
}

Expand All @@ -35,6 +33,6 @@ allprojects {

dependencies {
compile "com.facebook.react:react-native:+"
compile "com.android.support:appcompat-v7:24.1.1"
compile 'com.android.support:design:24.1.1'
compile "com.android.support:appcompat-v7:26.1.0"
compile 'com.android.support:design:26.1.0'
}

0 comments on commit f25b6b4

Please sign in to comment.