build.gradle: update versionCode to match playstore (#711)

udpates #cleanup

Manual bump for now to fix issues with FDroid builds.

Signed-off-by: Jonathan Nobels <jonathan@tailscale.com>
pull/677/merge
Jonathan Nobels 2 months ago committed by GitHub
parent 4b2b827be1
commit 0b32dd75c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save