Skip to content

Commit

Permalink
Automatically set APK filename to my preferred convention
Browse files Browse the repository at this point in the history
  • Loading branch information
buttercookie42 committed Nov 25, 2024
1 parent 4966b4e commit f0e3821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ android {
targetSdk = 34
versionCode = 1
versionName = "0.1a1"
base.archivesName = "$applicationId-$versionName"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit f0e3821

Please sign in to comment.