Skip to content

Commit

Permalink
Bump build tools and gradle version. oblador#411 oblador#434
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Jul 30, 2017
1 parent b7599a0 commit 48a02b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:1.1.3'
classpath 'com.android.tools.build:gradle:2.3.+'
}
}

apply plugin: 'com.android.library'

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

defaultConfig {
minSdkVersion 16
targetSdkVersion 22
targetSdkVersion 26
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 48a02b9

Please sign in to comment.