We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae4c7f commit a18ba90Copy full SHA for a18ba90
HTTPShortcuts/app/build.gradle.kts
@@ -62,7 +62,7 @@ android {
62
// Version name and code must remain as literals so that F-Droid can read them
63
versionName = "3.33.0"
64
// 11,(2 digits major),(2 digits minor),(2 digits patch),(2 digits build)
65
- versionCode = 1103330000
+ versionCode = 1103330001
66
67
buildConfigField("String", "BUGSNAG_API_KEY", "\"$bugsnagAPIKey\"")
68
buildConfigField("long", "BUILD_TIMESTAMP", buildTimestamp.toString())
0 commit comments