From 4cb20f47694af1fa61d9fb8669ff1f2a678d6f05 Mon Sep 17 00:00:00 2001 From: Michael Mikovsky <77305074+Astatin3@users.noreply.github.com> Date: Fri, 28 Feb 2025 22:55:20 -0700 Subject: [PATCH] Forgot to change the build number --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c95dcdd..3bcc6da 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -25,8 +25,8 @@ android { applicationId = "com.ridgebotics.ridgescout" minSdk = 24 targetSdk = 34 - versionCode = 7 // **IMPORTANT** Increment this before releasing on github - versionName = "1.0"// **IMPORTANT** Change this before releasing on github (.) + versionCode = 8 // **IMPORTANT** Increment this before releasing on github + versionName = "1.1"// **IMPORTANT** Change this before releasing on github (.) testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }