We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4e9fc commit 2fe5ac4Copy full SHA for 2fe5ac4
app/build.gradle
@@ -1,13 +1,13 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 24
5
- buildToolsVersion "24.0.2"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.2"
6
7
defaultConfig {
8
applicationId "com.yyy.djk.dropdownmenu"
9
minSdkVersion 14
10
- targetSdkVersion 24
+ targetSdkVersion 25
11
versionCode 1
12
versionName "1.0"
13
}
@@ -21,7 +21,7 @@ android {
21
22
dependencies {
23
compile fileTree(dir: 'libs', include: ['*.jar'])
24
- compile 'com.android.support:appcompat-v7:24.2.1'
+ compile 'com.android.support:appcompat-v7:25.3.1'
25
compile 'com.jakewharton:butterknife:6.1.0'
26
compile project(':library')
27
0 commit comments