fix: debug prod apk

This commit is contained in:
rhunk
2023-05-20 17:41:52 +02:00
parent 9b2b76d4a9
commit 2543961778

View File

@@ -72,7 +72,7 @@ android {
afterEvaluate {
getTasks().getByPath(":app:assembleProdDebug").doLast {
def apkReleaseFile = android.applicationVariants.find { it.buildType.name == "release" && it.flavorName == "prod" }.outputs[0].outputFile
def apkReleaseFile = android.applicationVariants.find { it.buildType.name == "debug" && it.flavorName == "prod" }.outputs[0].outputFile
//download the target apk
println "Downloading target apk"