From 1cb94386688fc9587a24b5afcc5e633593f1c4fb Mon Sep 17 00:00:00 2001 From: John David Taylor Date: Thu, 26 Dec 2024 18:01:55 -0500 Subject: [PATCH] Update build.gradle bump the version code --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3f16a20e..dacac86c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ android { applicationId 'com.google.android.stardroid' minSdk 26 targetSdk 34 // 35 breaks the UI - versionCode 1555 + versionCode 1556 versionName "1.10.7" buildConfigField 'String', 'GOOGLE_ANALYTICS_CODE', '""' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"