Skip to content

Commit

Permalink
fix: add fallback label
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Sep 26, 2023
1 parent c31cddf commit a59d9e9
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 @@ -22,6 +22,8 @@ android {
versionCode = AndroidConfig.versionCode
versionName = AndroidConfig.versionName

manifestPlaceholders["label"] = "RootlessJamesDSP"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

buildConfigField("String", "COMMIT_COUNT", "\"${getCommitCount()}\"")
Expand Down

0 comments on commit a59d9e9

Please sign in to comment.