Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
variant update
  • Loading branch information
jclark118 authored Oct 30, 2023
1 parent 617c279 commit 4b04987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
release {
applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "${rootProject.name}_${versionName}.apk"
outputFileName = "mapcache_${versionName}.apk"
}
}
minifyEnabled false
Expand Down

0 comments on commit 4b04987

Please sign in to comment.