Skip to content

Commit

Permalink
Bumped version number to 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Waboodoo committed May 18, 2024
1 parent a5544f8 commit 1b96fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HTTPShortcuts/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ android {
targetSdk = 34

// Version name and code must remain as literals so that F-Droid can read them
versionName = "3.13.0"
versionName = "3.14.0"
// 11,(2 digits major),(2 digits minor),(2 digits patch),(2 digits build)
versionCode = 1103130003
versionCode = 1103140000

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

0 comments on commit 1b96fb5

Please sign in to comment.