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>
release-branch/1.88
Jonathan Nobels 2 months ago committed by Jonathan Nobels
parent ef9a1b99ed
commit fa2766a0c5

@ -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