1 parent f70616e commit 75950daCopy full SHA for 75950da
1 file changed
app/build.gradle.kts
@@ -28,6 +28,14 @@ android {
28
}
29
30
31
+ applicationVariants.all {
32
+ val variant = this
33
+ outputs.all {
34
+ (this as com.android.build.gradle.internal.api.BaseVariantOutputImpl).outputFileName =
35
+ "helm-${variant.versionName}-${variant.buildType.name}.apk"
36
+ }
37
38
+
39
buildTypes {
40
debug {
41
// No abiFilter — all ABIs supported so the emulator (x86_64) works
0 commit comments