Skip to content

Commit a4bbfe5

Browse files
committed
Update AndroidManifest.xml
1 parent 42b1ebe commit a4bbfe5

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
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 22
5-
buildToolsVersion "22.0.1"
4+
compileSdkVersion 23
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
applicationId "com.wang.avi.sample"
99
minSdkVersion 9
10-
targetSdkVersion 22
10+
targetSdkVersion 23
1111
versionCode 2
1212
versionName "1.0.1"
1313
}
@@ -21,6 +21,6 @@ android {
2121

2222
dependencies {
2323
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'
2525
compile project(':library')
2626
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.3.0'
8+
classpath 'com.android.tools.build:gradle:1.5.0'
99

1010
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3.1'
1111
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

library/build.gradle

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

33
android {
4-
compileSdkVersion 22
5-
buildToolsVersion "22.0.1"
4+
compileSdkVersion 23
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
minSdkVersion 9
9-
targetSdkVersion 22
9+
targetSdkVersion 23
1010
versionCode 3
1111
versionName "1.0.2"
1212
}
@@ -20,7 +20,7 @@ android {
2020

2121
dependencies {
2222
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'
2424
compile 'com.nineoldandroids:library:2.4.0'
2525
}
2626

library/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.wang.avi">
3-
4-
<application >
5-
</application>
6-
73
</manifest>

0 commit comments

Comments
 (0)