Skip to content

Commit 0290d37

Browse files
committed
Update build tools
1 parent dbcc238 commit 0290d37

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

buffertextinputlayout/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apply plugin: 'com.android.library'
22

33
android {
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"

build.gradle

+1-1
Original file line numberDiff line numberDiff 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

sample/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
22

33
android {
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"

0 commit comments

Comments
 (0)