commit 25439617784a0bbb0a379d93d844a4d34970acd7
parent 9b2b76d4a9161b8407806d2fbf38375aa90d65b5
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Sat, 20 May 2023 17:41:52 +0200

fix: debug prod apk

Diffstat:
Mapp/build.gradle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"