Skip to content

Commit a18ba90

Browse files
committed
Bump build number
1 parent 9ae4c7f commit a18ba90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HTTPShortcuts/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
// Version name and code must remain as literals so that F-Droid can read them
6363
versionName = "3.33.0"
6464
// 11,(2 digits major),(2 digits minor),(2 digits patch),(2 digits build)
65-
versionCode = 1103330000
65+
versionCode = 1103330001
6666

6767
buildConfigField("String", "BUGSNAG_API_KEY", "\"$bugsnagAPIKey\"")
6868
buildConfigField("long", "BUILD_TIMESTAMP", buildTimestamp.toString())

0 commit comments

Comments
 (0)