Skip to content

Commit

Permalink
Merge pull request #28 from changyuheng/pr-upgrade
Browse files Browse the repository at this point in the history
Upgrade gradle build file
  • Loading branch information
Pkmmte committed Jan 15, 2015
2 parents 31b53ac + cbecfce commit 25c2479
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'com.android.tools.build:gradle:1.0.+'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 1 addition & 1 deletion circularimageview-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {

buildTypes {
release {
runProguard false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
Expand Down
3 changes: 1 addition & 2 deletions circularimageview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ android {
buildToolsVersion project.BUILD_TOOLS_VERSION

defaultConfig {
applicationId project.GROUP
versionName project.VERSION_NAME
versionCode Integer.parseInt(project.VERSION_CODE)
}
buildTypes {
release {
runProguard false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\:https://services.gradle.org/distributions/gradle-1.12-all.zip
distributionUrl=http\:https://services.gradle.org/distributions/gradle-2.2.1-all.zip

0 comments on commit 25c2479

Please sign in to comment.