Update build.gradle.kts

This commit is contained in:
Daniel Carta
2026-02-12 19:17:19 -07:00
parent 5ddc032be9
commit 3157de62ff
+2 -2
View File
@@ -25,8 +25,8 @@ android {
applicationId = "com.ridgebotics.ridgescout"
minSdk = 24
targetSdk = 34
versionCode = 12 // **IMPORTANT** Increment this before releasing on github
versionName = "2.0"// **IMPORTANT** Change this before releasing on github (<Year num since 2024>.<Update Version>)
versionCode = 14 // **IMPORTANT** Increment this before releasing on github
versionName = "3.0"// **IMPORTANT** Change this before releasing on github (<Year num since 2024>.<Update Version>)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}