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:
committed by
Joshua Granick
parent
45e38dfca2
commit
72beeced30
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user