Skip to content

Commit

Permalink
Bumped build number
Browse files Browse the repository at this point in the history
  • Loading branch information
Waboodoo committed May 24, 2024
1 parent caedcba commit 1249c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HTTPShortcuts/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
// Version name and code must remain as literals so that F-Droid can read them
versionName = "3.14.0"
// 11,(2 digits major),(2 digits minor),(2 digits patch),(2 digits build)
versionCode = 1103140000
versionCode = 1103140001

buildConfigField("String", "BUGSNAG_API_KEY", "\"$bugsnagAPIKey\"")
buildConfigField("String", "BUILD_TIMESTAMP", "\"${rootProject.ext["buildTimestamp"]}\"")
Expand Down

0 comments on commit 1249c3e

Please sign in to comment.