fix: update Android build type to app-bundle format

Changes the Android build configuration from legacy "aab" to the
standardized "app-bundle" format for better compatibility with
modern build tools and deployment pipelines.
This commit is contained in:
Uruk
2025-09-22 03:30:02 +02:00
parent 4b7986a125
commit 0a8068e1b3

View File

@@ -72,7 +72,7 @@
"environment": "production",
"channel": "0.36.0",
"android": {
"buildType": "aab",
"buildType": "app-bundle",
"image": "latest"
},
"ios": {