From 840a31d74ebe376f7022dcb27ece5a2f05d52939 Mon Sep 17 00:00:00 2001 From: Andrea Gottardo Date: Tue, 25 Jun 2024 12:27:36 -0700 Subject: [PATCH] android: bump version to 1.69.75 (230) (#434) android: bump version code Signed-off-by: Andrea Gottardo --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 6733f75c6..25fd797c1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -37,8 +37,8 @@ android { defaultConfig { minSdkVersion 26 targetSdkVersion 34 - versionCode 228 - versionName "1.69.49-t25eeafde2-gea928ca9712" + versionCode 230 + versionName "1.69.75-t27033c627-gb6cacdfd6a2" } compileOptions {