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 23cf215 commit 6e4e9fcCopy full SHA for 6e4e9fc
library/build.gradle
@@ -4,12 +4,12 @@ apply plugin: 'com.github.dcendents.android-maven'
4
group = 'com.github.dongjunkun'
5
6
android {
7
- compileSdkVersion 24
8
- buildToolsVersion "24.0.2"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.2"
9
10
defaultConfig {
11
minSdkVersion 11
12
- targetSdkVersion 24
+ targetSdkVersion 25
13
versionCode 1
14
versionName "1.0"
15
}
@@ -24,5 +24,5 @@ android {
24
dependencies {
25
compile fileTree(dir: 'libs', include: ['*.jar'])
26
testCompile 'junit:junit:4.12'
27
- compile 'com.android.support:appcompat-v7:24.2.1'
+ compile 'com.android.support:appcompat-v7:25.3.1'
28
0 commit comments