We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc672c9 commit 5c19e73Copy full SHA for 5c19e73
.gitignore
@@ -135,6 +135,7 @@ screenshots/
135
*.keystore
136
local.properties
137
gradle.properties
138
+!/flutter_game/android/gradle.properties
139
140
# Local Android SDK downloaded for manual builds/tests
141
android-sdk/
flutter_game/android/gradle.properties
@@ -0,0 +1,4 @@
1
+org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
2
+kotlin.daemon.jvmargs=-Xmx4G
3
+android.useAndroidX=true
4
+android.enableJetifier=true
0 commit comments