File tree Expand file tree Collapse file tree 4 files changed +10
-13
lines changed Expand file tree Collapse file tree 4 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 mavenCentral()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:0.12.+ '
8+ classpath ' com.android.tools.build:gradle:1.1.2 '
99 classpath ' com.jakewharton.sdkmanager:gradle-plugin:0.10.+'
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11apply plugin : ' android-sdk-manager'
2- apply plugin : ' android'
2+ apply plugin : ' com. android.application '
33
44android {
5- compileSdkVersion 20
5+ compileSdkVersion 22
66 buildToolsVersion " 20"
77
88 defaultConfig {
99 applicationId " com.daimajia.androidanimations"
1010 minSdkVersion 8
11- targetSdkVersion 20
11+ targetSdkVersion 22
1212 versionCode 1
1313 versionName " 1.0"
1414 }
1515 buildTypes {
1616 release {
17- runProguard false
1817 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
1918 }
2019 }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =http\://services.gradle.org/distributions/gradle-1.12 -all.zip
6+ distributionUrl =http\://services.gradle.org/distributions/gradle-2.2.1 -all.zip
Original file line number Diff line number Diff line change 1- apply plugin : ' android- library'
1+ apply plugin : ' com. android. library'
22
33android {
4- compileSdkVersion 20
5- buildToolsVersion " 20 .0.0 "
4+ compileSdkVersion 22
5+ buildToolsVersion " 22 .0.1 "
66
77 defaultConfig {
8- applicationId " com.daimajia.androidanimations.library"
98 minSdkVersion 8
10- targetSdkVersion 20
9+ targetSdkVersion 22
1110 versionCode 13
1211 versionName " 1.1.3"
1312 }
1413 buildTypes {
1514 release {
16- runProguard false
1715 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
1816 }
1917 }
@@ -24,4 +22,4 @@ dependencies {
2422 compile ' com.nineoldandroids:library:2.4.0'
2523 compile ' com.daimajia.easing:library:1.0.0@aar'
2624}
27- apply from : ' ./gradle-mvn-push.gradle'
25+ apply from : ' ./gradle-mvn-push.gradle'
You can’t perform that action at this time.
0 commit comments