File tree Expand file tree Collapse file tree 5 files changed +19
-17
lines changed Expand file tree Collapse file tree 5 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
+ task wrapper (type : Wrapper ) {
4
+ gradleVersion = ' 2.2.1'
5
+ }
6
+
3
7
buildscript {
4
8
repositories {
5
9
mavenCentral()
6
10
}
7
11
dependencies {
8
- classpath ' com.android.tools.build:gradle:0.12.+ '
12
+ classpath ' com.android.tools.build:gradle:1.1.2 '
9
13
classpath ' com.jakewharton.sdkmanager:gradle-plugin:0.10.+'
10
14
}
11
15
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' android-sdk-manager'
2
- apply plugin : ' android'
2
+ apply plugin : ' com. android.application '
3
3
4
4
5
5
android {
6
- compileSdkVersion 20
7
- buildToolsVersion " 20 "
6
+ compileSdkVersion 22
7
+ buildToolsVersion " 22.0.1 "
8
8
9
9
defaultConfig {
10
10
minSdkVersion 8
11
- targetSdkVersion 20
11
+ targetSdkVersion 22
12
12
versionCode 2
13
13
versionName " 1.0.1"
14
14
}
15
15
buildTypes {
16
16
release {
17
- runProguard false
18
17
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
19
18
}
20
19
}
@@ -23,7 +22,7 @@ android {
23
22
dependencies {
24
23
compile fileTree(dir : ' libs' , include : [' *.jar' ])
25
24
compile project(' :library' )
26
- compile ' com.android.support:appcompat-v7:20 .+'
25
+ compile ' com.android.support:appcompat-v7:22 .+'
27
26
compile ' com.nineoldandroids:library:2.4.0'
28
27
compile ' com.daimajia.androidanimations:library:1.0.3@aar'
29
28
}
Original file line number Diff line number Diff line change 1
- # Mon Jun 09 09:36:23 CST 2014
1
+ # Sun May 03 23:34:25 CST 2015
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http \://services.gradle.org/distributions/gradle-1.12 -all.zip
6
+ distributionUrl =https \://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'
2
2
3
3
android {
4
- compileSdkVersion 20
5
- buildToolsVersion " 20 "
4
+ compileSdkVersion 22
5
+ buildToolsVersion " 22.0.1 "
6
6
7
7
defaultConfig {
8
8
minSdkVersion 8
9
- targetSdkVersion 20
9
+ targetSdkVersion 22
10
10
versionCode 10
11
11
versionName " 1.0.9"
12
12
}
13
13
buildTypes {
14
14
release {
15
- runProguard false
16
15
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.txt'
17
16
}
18
17
}
@@ -23,9 +22,9 @@ android {
23
22
24
23
dependencies {
25
24
compile fileTree(dir : ' libs' , include : [' *.jar' ])
26
- compile ' com.android.support:appcompat-v7:20 .+'
27
- compile " com.android.support:support-v4:20.0 .+"
25
+ compile ' com.android.support:appcompat-v7:22 .+'
26
+ compile " com.android.support:support-v4:22 .+"
28
27
compile ' com.squareup.picasso:picasso:+'
29
28
compile ' com.nineoldandroids:library:+'
30
29
}
31
- apply from : ' ./gradle-mvn-push.gradle'
30
+ apply from : ' ./gradle-mvn-push.gradle'
You can’t perform that action at this time.
0 commit comments