Skip to content

Commit

Permalink
Fix: Built apks names
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Dec 13, 2024
1 parent 9a03c1e commit f68b4b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ android {
}
}

applicationVariants.all { variant ->
variant.outputs.all {
applicationVariants.all {
val variant = this
outputs.all {
(this as com.android.build.gradle.internal.api.BaseVariantOutputImpl).outputFileName =
"Neo_Backup_${variant.name}_${variant.versionName}.apk"
}
true
}

buildTypes {
Expand Down

0 comments on commit f68b4b1

Please sign in to comment.