Skip to content

Commit 39af95e

Browse files
committedMar 18, 2016
Upgrade target SDK version
1 parent 7c62f5b commit 39af95e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
 

‎app/build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 21
5-
buildToolsVersion "21.1.2"
4+
compileSdkVersion 23
5+
buildToolsVersion "23.0.2"
66

77
defaultConfig {
88
applicationId "com.sqisland.android.graphics_demo"
99
minSdkVersion 1
10-
targetSdkVersion 21
11-
versionCode 1
12-
versionName "1.0.0"
10+
targetSdkVersion 23
11+
versionCode 2
12+
versionName "1.1.0"
1313
}
1414

1515
buildTypes {
@@ -22,4 +22,4 @@ android {
2222

2323
dependencies {
2424
compile fileTree(dir: 'libs', include: ['*.jar'])
25-
}
25+
}

‎build.gradle

+1-1
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.0.0'
8+
classpath 'com.android.tools.build:gradle:1.5.0'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

‎gradle/wrapper/gradle-wrapper.properties

+1-1
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.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-all.zip

0 commit comments

Comments
 (0)