Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
add variant output
  • Loading branch information
jclark118 authored Oct 30, 2023
1 parent 51adcec commit 617c279
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mapcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ android {
}
buildTypes {
release {
applicationVariants.all { variant ->
variant.outputs.all {
outputFileName = "${rootProject.name}_${versionName}.apk"
}
}
minifyEnabled false
signingConfig signingConfigs.release
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
Expand Down

0 comments on commit 617c279

Please sign in to comment.