CI/CD Works
All checks were successful
Build APK / build (push) Successful in 12m34s

This commit is contained in:
2026-04-22 00:39:01 +02:00
committed by BinarySandia04
parent e8e902119b
commit 96a9816e42
6 changed files with 229 additions and 51 deletions

View File

@@ -9,7 +9,8 @@
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "com.arandano69.Birthday"
},
"android": {
"permissions": [
@@ -22,7 +23,8 @@
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
"predictiveBackGestureEnabled": false,
"package": "com.arandano69.Birthday"
},
"web": {
"output": "static",
@@ -42,11 +44,28 @@
"backgroundColor": "#000000"
}
}
],
[
"expo-build-properties",
{
"android": {
"gradleProperties": {
"org.gradle.jvmargs": "-Xmx2g -XX:MaxMetaspaceSize=512m",
"org.gradle.parallel": "false"
}
}
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "f761fcbd-46f2-4387-8282-005e44223075"
}
}
}
}