Update version for new release

This commit is contained in:
Michael Mikovsky
2026-03-05 15:21:12 -07:00
parent 82465f213f
commit 76a1b1ff70
+2 -2
View File
@@ -25,8 +25,8 @@ android {
applicationId = "com.ridgebotics.ridgescout" applicationId = "com.ridgebotics.ridgescout"
minSdk = 24 minSdk = 24
targetSdk = 34 targetSdk = 34
versionCode = 14 // **IMPORTANT** Increment this before releasing on github versionCode = 15 // **IMPORTANT** Increment this before releasing on github
versionName = "3.0"// **IMPORTANT** Change this before releasing on github (<Year num since 2024>.<Update Version>) versionName = "3.1"// **IMPORTANT** Change this before releasing on github (<Year num since 2024>.<Update Version>)
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }