Update version number

This commit is contained in:
Astatin3
2024-10-12 20:43:37 -06:00
parent 795fa4e85a
commit 15be86453e
+2 -2
View File
@@ -28,8 +28,8 @@ android {
applicationId = "com.ridgebotics.ridgescout"
minSdk = 24
targetSdk = 34
versionCode = 5
versionName = "0.5"
versionCode = 6
versionName = "0.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}