diff options
author | Hannes Achleitner <hannes.software@gmx.at> | 2018-04-03 08:14:16 +0200 |
---|---|---|
committer | Hannes Achleitner <hannes.software@gmx.at> | 2018-04-04 13:52:30 +0200 |
commit | 3ab4ad2a35d027186e1ee0f2602c27949080c4e7 (patch) | |
tree | adc8168e70227296933e2517313b7a504e2a43ab | |
parent | 43f450433eb91a698fcb2a9214cd4b3df2ca7d2e (diff) | |
download | AntennaPod-3ab4ad2a35d027186e1ee0f2602c27949080c4e7.zip |
update to AndroidStudio 3.1
-rw-r--r-- | app/build.gradle | 2 | ||||
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 388487092..fb74b4f0d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,7 +14,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.1' + classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2' } } diff --git a/build.gradle b/build.gradle index e15625f13..8b66fa844 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { google() } dependencies { - classpath "com.android.tools.build:gradle:3.0.1" + classpath 'com.android.tools.build:gradle:3.1.0' classpath "com.github.triplet.gradle:play-publisher:1.2.0" // Exclude the version that the android plugin depends on. configurations.classpath.exclude group: "com.android.tools.external.lombok" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 2c2bbe5f9..ea720f986 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip |