Merge marketing site and promo video update

This commit is contained in:
Xisheng-Zhao
2026-06-08 21:09:00 +08:00
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -9,3 +9,8 @@ local.properties
*.hprof *.hprof
.recovery-backups/ .recovery-backups/
.superpowers/ .superpowers/
.env
.wrangler/
.edgeone/
.tef_dist/
site/.edgeone/
+2 -2
View File
@@ -51,8 +51,8 @@ android {
applicationId "ai.multicasual.app" applicationId "ai.multicasual.app"
minSdk 24 minSdk 24
targetSdk 36 targetSdk 36
versionCode 2 versionCode 3
versionName "0.1.1" versionName "0.1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }