Skip to content

Commit

Permalink
Set output apk name
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Dec 31, 2023
1 parent c4cd333 commit b000a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ android {
versionName = "${baseVersionName}-${commitHash}"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

base.archivesName.set("todo-${baseVersionName}")
}

buildTypes {
Expand Down

0 comments on commit b000a3a

Please sign in to comment.