build.gradle: update versionCode to match playstore

Signed-off-by: Nick Khyl <nickk@tailscale.com>
release-branch/1.90
Nick Khyl 1 month ago
parent 0150bd9492
commit 8ef11de331
No known key found for this signature in database

@ -37,7 +37,7 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 35
versionCode 492
versionCode 496
versionName getVersionProperty("VERSION_LONG")
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Loading…
Cancel
Save