Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
update release file
  • Loading branch information
jclark118 authored Oct 30, 2023
1 parent ce060db commit 66cf6fe
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 = "mapcache_${versionName}.apk"
outputFileName = "mapcache.apk"
}
}
minifyEnabled false
Expand Down

0 comments on commit 66cf6fe

Please sign in to comment.