Skip to content

Commit

Permalink
Release builds now create properly named files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirtos committed Dec 1, 2024
1 parent 614933c commit ea23a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ android {
minSdkVersion 16
versionCode 6
versionName '1.4.1'
archivesBaseName = "$applicationId-$versionName"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down

0 comments on commit ea23a75

Please sign in to comment.