File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
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 21
5
- buildToolsVersion " 21.1 .2"
4
+ compileSdkVersion 23
5
+ buildToolsVersion " 23.0 .2"
6
6
7
7
defaultConfig {
8
8
applicationId " com.sqisland.android.graphics_demo"
9
9
minSdkVersion 1
10
- targetSdkVersion 21
11
- versionCode 1
12
- versionName " 1.0 .0"
10
+ targetSdkVersion 23
11
+ versionCode 2
12
+ versionName " 1.1 .0"
13
13
}
14
14
15
15
buildTypes {
@@ -22,4 +22,4 @@ android {
22
22
23
23
dependencies {
24
24
compile fileTree(dir : ' libs' , include : [' *.jar' ])
25
- }
25
+ }
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.0 .0'
8
+ classpath ' com.android.tools.build:gradle:1.5 .0'
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
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.2.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.11 -all.zip
You can’t perform that action at this time.
0 commit comments