From 70c55fac7b1f16eae053fcf128e9fecca6f77caf Mon Sep 17 00:00:00 2001 From: Andrea Gottardo Date: Fri, 23 Aug 2024 09:25:28 -0700 Subject: [PATCH] android: bump versionCode to 254 Updates tailscale/tailscale#13240 Bumps the versionCode to 254, to match the value used in the Play Store release and unblock the F-Droid build. Signed-off-by: Andrea Gottardo --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 27e760d..4a1c0c6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -37,7 +37,7 @@ android { defaultConfig { minSdkVersion 26 targetSdkVersion 34 - versionCode 241 + versionCode 254 versionName "1.72.0" }