Update project structure

This was done in comparison to a newly created flutter project. Notably
this included migrating to AndroidX, updating Gradle and Kotlin and
introducing a new .gitignore file in the android subdirectory.
This commit is contained in:
Elias Projahn 2019-12-15 12:03:25 +01:00
parent d441dbcd57
commit 047ed8b7c8
7 changed files with 29 additions and 61 deletions

View file

@ -0,0 +1,4 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true