tablet-app-new/android/gradle.properties
Thomas Fransolet 5a6701dd1a Drapeaux du migrateur Flutter (builtInKotlin, newDsl)
Ajoutés automatiquement par le migrateur. Le build Gradle reste cassé
(échec sur flutter_tools/gradle/build.gradle.kts) — ces drapeaux sont
conservés pour ne pas repartir de zéro à la prochaine tentative.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-11 10:48:55 +02:00

13 lines
520 B
Properties

org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
android.enableR8=true
SDK_REGISTRY_TOKEN=sk.eyJ1IjoidGZyYW5zb2xldCIsImEiOiJjbHRpcTF1d28wYmxmMmxwNjRleXpodGY0In0.qr-jo1vAb08bL3WRDEB4pw
android.bundle.enableUncompressedNativeLibs=false
android.experimental.enable16kApk=true
android.useNewNativePlugin=true
# This builtInKotlin flag was added automatically by Flutter migrator
android.builtInKotlin=false
# This newDsl flag was added automatically by Flutter migrator
android.newDsl=false