-
Notifications
You must be signed in to change notification settings - Fork 190
Bump build: ios 133; android 72 and build fixes #654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,13 +10,13 @@ | |
| # Specifies the JVM arguments used for the daemon process. | ||
| # The setting is particularly useful for tweaking memory settings. | ||
| # Default value: -Xmx512m -XX:MaxMetaspaceSize=256m | ||
| org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m | ||
| org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. optimize android build settings |
||
| android.defaults.buildfeatures.buildconfig=true | ||
|
|
||
| # When configured, Gradle will run in incubating parallel mode. | ||
| # This option should only be used with decoupled projects. More details, visit | ||
| # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects | ||
| # org.gradle.parallel=true | ||
| org.gradle.parallel=true | ||
|
|
||
| # AndroidX package structure to make it clearer which packages are bundled with the | ||
| # Android operating system, and which are packaged with your app's APK | ||
|
|
@@ -44,3 +44,15 @@ newArchEnabled=false | |
| hermesEnabled=true | ||
|
|
||
| android.jetifier.ignorelist=bcprov-jdk18on | ||
|
|
||
| # Additional Gradle optimizations for better build performance | ||
| org.gradle.caching=true | ||
| org.gradle.configureondemand=true | ||
|
|
||
| # Better dependency caching and offline support | ||
| org.gradle.dependency.verification=off | ||
| # Uncomment the next line when you want to work completely offline | ||
| # org.gradle.offline=true | ||
|
|
||
| # Suppress SDK version warnings for better build experience | ||
| android.suppressUnsupportedCompileSdk=35 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -71,6 +71,7 @@ | |
| "@stablelib/cbor": "^2.0.1", | ||
| "@tamagui/config": "1.126.14", | ||
| "@tamagui/lucide-icons": "1.126.14", | ||
| "@tamagui/toast": "^1.127.2", | ||
| "@xstate/react": "^5.0.3", | ||
| "add": "^2.0.6", | ||
| "asn1js": "^3.0.5", | ||
|
|
@@ -93,7 +94,7 @@ | |
| "react-native-cloud-storage": "^2.2.2", | ||
| "react-native-device-info": "^14.0.4", | ||
| "react-native-dotenv": "^3.4.11", | ||
| "react-native-gesture-handler": "^2.22.1", | ||
| "react-native-gesture-handler": "2.24.0", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @seshanthS for rn gesture handler, it recommends we don't go past |
||
| "react-native-get-random-values": "^1.11.0", | ||
| "react-native-haptic-feedback": "^2.3.3", | ||
| "react-native-keychain": "^10.0.0", | ||
|
|
||

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix source so that fotoapparat can compile successfully.
build is currently broken on jitpack:
https://jitpack.io/#RedApparat/Fotoapparat