Skip to content

Commit

Permalink
Update Android Gradle plugin to 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed Jan 16, 2020
1 parent 3260740 commit 7383f93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle/shared.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ project.group 'digital.wup'
project.version '3.6.4-SNAPSHOT'

ext {
build_tools_version = '3.4.1'
android_gradle_plugin_version = '3.5.3'
}
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ repositories {
dependencies {
implementation gradleApi()
implementation localGroovy()
compileOnly "com.android.tools.build:gradle:$build_tools_version"
compileOnly "com.android.tools.build:gradle:$android_gradle_plugin_version"
testImplementation 'junit:junit:4.12'
integTestImplementation "com.android.tools.build:gradle:$build_tools_version"
integTestImplementation "com.android.tools.build:gradle:$android_gradle_plugin_version"
integTestImplementation gradleTestKit()
integTestImplementation('org.spockframework:spock-core:1.1-groovy-2.4') {
exclude module: 'groovy-all'
Expand Down
4 changes: 1 addition & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
buildscript {

apply from: "${rootProject.projectDir}/../gradle/shared.gradle"

repositories {
google()
jcenter()
}
dependencies {
classpath "com.android.tools.build:gradle:${build_tools_version}"
classpath "com.android.tools.build:gradle:${android_gradle_plugin_version}"
// Use the latest version instead of ${project.version}
classpath "digital.wup:android-maven-publish:${project.version}"
}
Expand Down

0 comments on commit 7383f93

Please sign in to comment.