Skip to content

Commit 2fe5ac4

Browse files
authored
Update build.gradle
1 parent 6e4e9fc commit 2fe5ac4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

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

33
android {
4-
compileSdkVersion 24
5-
buildToolsVersion "24.0.2"
4+
compileSdkVersion 25
5+
buildToolsVersion "25.0.2"
66

77
defaultConfig {
88
applicationId "com.yyy.djk.dropdownmenu"
99
minSdkVersion 14
10-
targetSdkVersion 24
10+
targetSdkVersion 25
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -21,7 +21,7 @@ android {
2121

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24-
compile 'com.android.support:appcompat-v7:24.2.1'
24+
compile 'com.android.support:appcompat-v7:25.3.1'
2525
compile 'com.jakewharton:butterknife:6.1.0'
2626
compile project(':library')
2727
}

0 commit comments

Comments
 (0)