Skip to content

Commit 65ac452

Browse files
author
William Mora
committed
gradle update to work with AS 1.0 RC4
1 parent 91e54a5 commit 65ac452

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525

2626
android {
2727
compileSdkVersion 21
28-
buildToolsVersion "21.0.2"
28+
buildToolsVersion "21.1.1"
2929

3030
defaultConfig {
3131
minSdkVersion 14
@@ -53,7 +53,7 @@ android {
5353
signingConfig signingConfigs.debug
5454
}
5555
release {
56-
runProguard true
56+
minifyEnabled true
5757
proguardFiles getDefaultProguardFile('proguard-android.txt'), file('proguard-project.txt')
5858
signingConfig signingConfigs.release
5959
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
mavenCentral()
2121
}
2222
dependencies {
23-
classpath 'com.android.tools.build:gradle:0.12.+'
23+
classpath 'com.android.tools.build:gradle:1.0.0-rc4'
2424
}
2525
}
2626

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
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=http\://services.gradle.org/distributions/gradle-1.12-all.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip

0 commit comments

Comments
 (0)