/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
private/helloworld/android/gradle.properties
18 строк
615 B
Nicola Corti
Add missing \n on helloworld gradle.properties (#57113)
08 июн 2026, 19:53
08 июн 2026, 19:53
e5d9030
Код
Авторство
О чём код?
# Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # Default value: -Xmx512m -XX:MaxMetaspaceSize=256m org.gradle.jvmargs=-Xmx2048m -XX:MaxMetaspaceSize=512m org.gradle.parallel=true android.useAndroidX=true reactNativeArchitectures=arm64-v8a newArchEnabled=true hermesEnabled=true edgeToEdgeEnabled=false # Opt out of built-in kotlin and new DSL behavior that ships with AGP 9. # Starting from AGP 10.x these opt outs will be removed. android.builtInKotlin=false android.newDsl=false