Skip to content

Commit

Permalink
Set archiveBaseName aka apk base name
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Jun 20, 2024
1 parent 14fbefe commit e9d6eac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ android {
applicationId = "alt.nainapps.sharepaste"
minSdk = 26
targetSdk = 34
versionCode = 1718902000
versionCode = 1718903000
versionName = "2024.06.20"
setProperty("archivesBaseName", "sharepaste.oo")
// archivesName = "${rootProject.name}-${versionCode}-${versionName}"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit e9d6eac

Please sign in to comment.