Auto-Commit: 2026-07-26 18:57:11

This commit is contained in:
2026-07-26 18:57:12 +02:00
parent 36392679c4
commit fb3b98d98a
14 changed files with 136 additions and 48 deletions
+2 -2
View File
@@ -64,7 +64,7 @@ expo.useLegacyPackaging=false
# WARNING: This property has been deprecated and will be removed in Expo SDK 55. Use `edgeToEdgeEnabled` or `react.edgeToEdgeEnabled` to determine whether the project is using edge-to-edge.
expo.edgeToEdgeEnabled=true
android.compileSdkVersion=35
android.targetSdkVersion=35
android.compileSdkVersion=36
android.targetSdkVersion=36
android.enableMinifyInReleaseBuilds=true
android.extraMavenRepos=[{"url":"https://jitpack.io"}]