Bump versionCode to 7, versionName to 1.0.2

This commit is contained in:
Tretzi
2026-04-15 19:00:31 -05:00
parent 2ec47df39d
commit 3cbefd67b5

View File

@@ -13,8 +13,8 @@ android {
applicationId = "solutions.tretter.mindmachine"
minSdk = 26
targetSdk = 35
versionCode = 6
versionName = "1.0.1"
versionCode = 7
versionName = "1.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}