Merge remote-tracking branch 'origin/develop' into refactor/expo-config-ts

# Conflicts:
#	bun.lock
#	package.json
This commit is contained in:
Gauvino
2026-06-29 14:40:52 +02:00
115 changed files with 2456 additions and 4925 deletions

View File

@@ -36,6 +36,9 @@ const withCustomGradleProperties: ConfigPlugin = (config) => {
// https://github.com/expo/expo/issues/32558
config = setGradlePropertiesValue(config, "android.enableJetifier", "true");
// NDK version required by libmpv 1.0.0
config = setGradlePropertiesValue(config, "ndkVersion", "29.0.14206865");
// Increase memory
config = setGradlePropertiesValue(
config,