Fix the purchase and subscribe functionality

This commit is contained in:
Tretzi
2026-04-15 22:36:13 -05:00
parent 937689cbfa
commit f2a9e3daa7
2 changed files with 43 additions and 39 deletions

View File

@@ -15,8 +15,8 @@ android {
applicationId = "solutions.tretter.mindmachine"
minSdk = 26
targetSdk = 35
versionCode = 11
versionName = "1.0.6"
versionCode = 14
versionName = "1.0.9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}