File tree Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 22
5
- buildToolsVersion " 22 .0.1 "
4
+ compileSdkVersion 23
5
+ buildToolsVersion " 23 .0.2 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.wang.avi.sample"
9
9
minSdkVersion 9
10
- targetSdkVersion 22
10
+ targetSdkVersion 23
11
11
versionCode 2
12
12
versionName " 1.0.1"
13
13
}
@@ -21,6 +21,6 @@ android {
21
21
22
22
dependencies {
23
23
compile fileTree(include : [' *.jar' ], dir : ' libs' )
24
- compile ' com.android.support:appcompat-v7:22 .2.0'
24
+ compile ' com.android.support:appcompat-v7:23 .2.0'
25
25
compile project(' :library' )
26
26
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:1.3 .0'
8
+ classpath ' com.android.tools.build:gradle:1.5 .0'
9
9
10
10
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3.1'
11
11
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3'
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-2.4 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.8 -all.zip
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 22
5
- buildToolsVersion " 22 .0.1 "
4
+ compileSdkVersion 23
5
+ buildToolsVersion " 23 .0.2 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 9
9
- targetSdkVersion 22
9
+ targetSdkVersion 23
10
10
versionCode 3
11
11
versionName " 1.0.2"
12
12
}
@@ -20,7 +20,7 @@ android {
20
20
21
21
dependencies {
22
22
compile fileTree(dir : ' libs' , include : [' *.jar' ])
23
- compile ' com.android.support:appcompat-v7:22 .2.0'
23
+ compile ' com.android.support:appcompat-v7:23 .2.0'
24
24
compile ' com.nineoldandroids:library:2.4.0'
25
25
}
26
26
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" com.wang.avi" >
3
-
4
- <application >
5
- </application >
6
-
7
3
</manifest >
You can’t perform that action at this time.
0 commit comments