mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-30 01:22:56 +01:00
Merge remote-tracking branch 'origin/develop' into refactor/expo-config-ts
# Conflicts: # bun.lock # package.json
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user