Skip to content

Commit c4e27b7

Browse files
committed
Updated build tools version.
1 parent b85545a commit c4e27b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.3"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.3"
66

77
defaultConfig {
88
minSdkVersion 15
9-
targetSdkVersion 23
9+
targetSdkVersion 25
1010
}
1111
}
1212

1313
dependencies {
14-
compile "com.android.support:support-v4:23.3.0"
14+
compile "com.android.support:support-v4:25.3.1"
1515
}

0 commit comments

Comments
 (0)