Skip to content

Commit 6e4e9fc

Browse files
authored
Update build.gradle
1 parent 23cf215 commit 6e4e9fc

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
@@ -4,12 +4,12 @@ apply plugin: 'com.github.dcendents.android-maven'
44
group = 'com.github.dongjunkun'
55

66
android {
7-
compileSdkVersion 24
8-
buildToolsVersion "24.0.2"
7+
compileSdkVersion 25
8+
buildToolsVersion "25.0.2"
99

1010
defaultConfig {
1111
minSdkVersion 11
12-
targetSdkVersion 24
12+
targetSdkVersion 25
1313
versionCode 1
1414
versionName "1.0"
1515
}
@@ -24,5 +24,5 @@ android {
2424
dependencies {
2525
compile fileTree(dir: 'libs', include: ['*.jar'])
2626
testCompile 'junit:junit:4.12'
27-
compile 'com.android.support:appcompat-v7:24.2.1'
27+
compile 'com.android.support:appcompat-v7:25.3.1'
2828
}

0 commit comments

Comments
 (0)