diff --git a/app/build.gradle b/app/build.gradle index 0f3509a3..be4161d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"