Skip to content

Commit

Permalink
Update Android gradle plugin to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Dec 21, 2014
1 parent 7d68353 commit ba32d32
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ subprojects { project ->
}

task wrapper(type: Wrapper) {
gradleVersion = '2.1'
gradleVersion = '2.2'
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ SUPPORT_V4_VERSION=19.1.0
SUPPORT_V7_VERSION=19.1.0
VOLLEY_VERSION=1.0.7
OK_HTTP_VERSION=2.0.0
ANDROID_GRADLE_VERSION=0.13.3
ANDROID_GRADLE_VERSION=1.0.0

ROBOLECTRIC_GRADLE_VERSION=0.12.0
ROBOLECTRIC_GRADLE_VERSION=0.14.0
COVERALLS_GRADLE_VERSION=2.0.1
JUNIT_VERSION=4.11
MOCKITO_VERSION=1.9.5
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Sep 19 07:33:32 PDT 2014
#Sat Dec 20 22:55:19 PST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2-bin.zip

This comment has been minimized.

Copy link
@TWiStErRob

TWiStErRob Dec 27, 2014

Collaborator

I think they suggest 2.2.1 for 1.0.0, it was in some of the docs examples.

1 change: 0 additions & 1 deletion integration/okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ android {
buildToolsVersion BUILD_TOOLS_VERSION

defaultConfig {
applicationId 'com.bumptech.glide.integration.okhttp'
minSdkVersion MIN_SDK_VERSION as int
targetSdkVersion TARGET_SDK_VERSION as int

Expand Down
1 change: 0 additions & 1 deletion integration/volley/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ android {
buildToolsVersion BUILD_TOOLS_VERSION

defaultConfig {
applicationId 'com.bumptech.glide.integration.volley'
minSdkVersion MIN_SDK_VERSION as int
targetSdkVersion TARGET_SDK_VERSION as int

Expand Down
1 change: 0 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ android {
buildToolsVersion BUILD_TOOLS_VERSION

defaultConfig {
applicationId 'com.bumptech.glide'
minSdkVersion MIN_SDK_VERSION as int
targetSdkVersion TARGET_SDK_VERSION as int

Expand Down
1 change: 0 additions & 1 deletion third_party/gif_decoder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ android {
buildToolsVersion BUILD_TOOLS_VERSION

defaultConfig {
applicationId 'com.bumptech.glide.gifdecoder'
minSdkVersion MIN_SDK_VERSION as int
targetSdkVersion TARGET_SDK_VERSION as int
}
Expand Down
1 change: 0 additions & 1 deletion third_party/gif_encoder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ android {
buildToolsVersion BUILD_TOOLS_VERSION

defaultConfig {
applicationId 'com.bumptech.glide.gifencoder'
minSdkVersion MIN_SDK_VERSION as int
targetSdkVersion TARGET_SDK_VERSION as int
}
Expand Down

0 comments on commit ba32d32

Please sign in to comment.