build.gradle: update versionCode to match playstore

Signed-off-by: Nick Khyl <nickk@tailscale.com>
release-branch/1.90
Nick Khyl 2 weeks ago
parent 92f2bb2733
commit 609132c268
No known key found for this signature in database

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

Loading…
Cancel
Save