Finalize background photo processing and orientation fixes

This commit is contained in:
2026-07-29 12:29:01 +02:00
parent f2b359e515
commit a12ec6ae2f
5 changed files with 312 additions and 227 deletions
+3 -1
View File
@@ -1,11 +1,13 @@
# Project-wide Gradle settings.
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8
systemProp.android.prefs.root=C:/Android/home
systemProp.android.user.home=C:/Android/home
systemProp.android.sdk.home=C:/Android/home
systemProp.user.home=C:/Android/home
gradle.user.home=C:/Android/gradle
systemProp.gradle.user.home=C:/Android/gradle
android.overridePathCheck=true
android.useAndroidX=true
android.enablePngCrunchInReleaseBuilds=true
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64