build.gradle: update versionCode to match playstore

udpates #cleanup

Manual bump for now to fix issues with FDroid builds.

Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
pull/711/head
Jonathan Nobels 2 months ago
parent 4b2b827be1
commit 64f923c00b

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

Loading…
Cancel
Save