File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed 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:0.13 .0'
8
+ classpath ' com.android.tools.build:gradle:1.0 .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 =http\://services.gradle.org/distributions/gradle-2.1-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 @@ -5,12 +5,12 @@ repositories {
5
5
}
6
6
7
7
android {
8
- compileSdkVersion 20
9
- buildToolsVersion " 20.0.0 "
8
+ compileSdkVersion 21
9
+ buildToolsVersion " 21.1.1 "
10
10
11
11
defaultConfig {
12
12
minSdkVersion 9
13
- targetSdkVersion 20
13
+ targetSdkVersion 21
14
14
}
15
15
}
16
16
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 20
5
- buildToolsVersion " 20.0.0 "
4
+ compileSdkVersion 21
5
+ buildToolsVersion " 21.1.1 "
6
6
7
7
defaultConfig {
8
8
applicationId " com.alamkanak.weekview"
9
9
minSdkVersion 9
10
- targetSdkVersion 20
10
+ targetSdkVersion 21
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
}
14
14
buildTypes {
15
15
release {
16
- runProguard false
16
+ minifyEnabled false
17
17
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments