Skip to content

Commit

Permalink
Use gradle 4.10.2 and AGP 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cckroets authored and drewhannay committed Nov 16, 2018
1 parent 5cc0694 commit 4183a9a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.7.0"
Expand Down
2 changes: 1 addition & 1 deletion dexmaker-mockito-inline-dispatcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 28
buildToolsVersion '28.0.1'
buildToolsVersion '28.0.3'

defaultConfig {
applicationId 'com.android.dexmaker.mockito.inline.dispatcher'
Expand Down
2 changes: 1 addition & 1 deletion dexmaker-mockito-inline-extended-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 28
buildToolsVersion '28.0.1'
buildToolsVersion '28.0.3'

android {
lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion dexmaker-mockito-inline-extended/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = VERSION_NAME

android {
compileSdkVersion 28
buildToolsVersion '28.0.1'
buildToolsVersion '28.0.3'

android {
lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion dexmaker-mockito-inline-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 28
buildToolsVersion '28.0.1'
buildToolsVersion '28.0.3'

android {
lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion dexmaker-mockito-inline/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = VERSION_NAME

android {
compileSdkVersion 28
buildToolsVersion '28.0.1'
buildToolsVersion '28.0.3'

android {
lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion dexmaker-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 28
buildToolsVersion '28.0.1'
buildToolsVersion '28.0.3'

defaultConfig {
applicationId 'com.linkedin.dexmaker'
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 @@
#Mon Feb 05 10:13:33 PST 2018
#Thu Nov 15 16:05:54 PST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

0 comments on commit 4183a9a

Please sign in to comment.