Update to the latest Gradle 5.6.3 and Gradle Android plugin 3.5.1

Fix issue with ANDROID_GRADLE_TASK. Set apk file  in separate folder ( from
gradle  4.x)
This commit is contained in:
flashultra
2019-10-29 10:04:46 +02:00
committed by Joshua Granick
parent 45e38dfca2
commit 72beeced30
5 changed files with 38 additions and 20 deletions

View File

@@ -3,6 +3,9 @@ buildscript {
jcenter {
url "http://jcenter.bintray.com/"
}
maven {
url "https://maven.google.com/"
}
}
dependencies {
@@ -18,5 +21,5 @@ android {
}
dependencies {
compile project(':deps:extension-api')
api project(':deps:extension-api')
}