File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion 25
5- buildToolsVersion " 25.0.1 "
5+ buildToolsVersion " 25.0.2 "
66
77 defaultConfig {
8- minSdkVersion 16
8+ minSdkVersion 15
99 targetSdkVersion 25
1010 versionCode 1
1111 versionName " 1.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:2.2.2 '
8+ classpath ' com.android.tools.build:gradle:2.2.3 '
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 25
5- buildToolsVersion " 25.0.1 "
5+ buildToolsVersion " 25.0.2 "
66
77 defaultConfig {
88 applicationId " android.buffer.org.sample"
9- minSdkVersion 16
9+ minSdkVersion 15
1010 targetSdkVersion 25
1111 versionCode 1
1212 versionName " 1.0"
You can’t perform that action at this time.
0 commit comments