From 24d265420d26ab09080b4ec06a0f9329873005ca Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Wed, 11 Sep 2019 10:45:08 +0100 Subject: [PATCH] update play publisher and build tools --- app/build.gradle | 3 +-- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1654e2ff3..68e00c40f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,7 +27,7 @@ buildscript { plugins { id("com.android.application") id("checkstyle") - id("com.github.triplet.play") version("2.2.1") + id("com.github.triplet.play") version("2.4.1") } apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' @@ -475,7 +475,6 @@ play { enabled = true serviceAccountCredentials = file("../google.json") track = "alpha" - releaseStatus = "draft" resolutionStrategy = "fail" } diff --git a/build.gradle.kts b/build.gradle.kts index a87e0bcbc..f72709c93 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath("com.android.tools.build:gradle:3.4.1") + classpath("com.android.tools.build:gradle:3.5.0") classpath("com.dicedmelon.gradle:jacoco-android:0.1.4") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -12,7 +12,7 @@ buildscript { } ext { - set("androidGradlePluginVersion", "3.4.1") + set("androidGradlePluginVersion", "3.5.0") set("testdroidGradlePluginVersion", "2.63.0") set("appCompatVersion", "1.0.2") set("materialVersion", "1.0.0") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 04e9a05e1..235118534 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip