bump to build 22 version 0.4.7 (though I think the android capacitor.config.json appId is wrong)

This commit is contained in:
2025-06-07 18:45:24 -06:00
parent 722020ea86
commit aa62037fae
4 changed files with 7 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ android {
applicationId "app.timesafari.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 19
versionCode 22
versionName "0.4.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {

View File

@@ -1,5 +1,5 @@
{
"appId": "app.timesafari.app",
"appId": "app.timesafari",
"appName": "TimeSafari",
"webDir": "dist",
"bundledWebRuntime": false,