File tree 3 files changed +5
-5
lines changed
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'
2
2
3
3
android {
4
4
compileSdkVersion 25
5
- buildToolsVersion " 25.0.1 "
5
+ buildToolsVersion " 25.0.2 "
6
6
7
7
defaultConfig {
8
- minSdkVersion 16
8
+ minSdkVersion 15
9
9
targetSdkVersion 25
10
10
versionCode 1
11
11
versionName " 1.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.2.2 '
8
+ classpath ' com.android.tools.build:gradle:2.2.3 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// 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'
2
2
3
3
android {
4
4
compileSdkVersion 25
5
- buildToolsVersion " 25.0.1 "
5
+ buildToolsVersion " 25.0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " android.buffer.org.sample"
9
- minSdkVersion 16
9
+ minSdkVersion 15
10
10
targetSdkVersion 25
11
11
versionCode 1
12
12
versionName " 1.0"
You can’t perform that action at this time.
0 commit comments