Skip to content

Commit

Permalink
Bumped build number
Browse files Browse the repository at this point in the history
  • Loading branch information
Waboodoo committed Jun 18, 2023
1 parent 61d6d9c commit 7cba74a
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 @@ -65,7 +65,7 @@ android {
// Version name and code must remain as literals so that F-Droid can read them
versionName = "3.0.2"
// 11,(2 digits major),(2 digits minor),(2 digits patch),(2 digits build)
versionCode = 1103000200
versionCode = 1103000201

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

0 comments on commit 7cba74a

Please sign in to comment.