chore: Modernize project setup

Update dependencies, move to Gradle KTs and overall improve build and project files.
This commit is contained in:
oSumAtrIX
2024-10-06 02:39:32 +02:00
parent 31ff1e0492
commit 820cd720b5
31 changed files with 291 additions and 536 deletions

View File

@@ -1,3 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>