new mobile project

This commit is contained in:
Dobromir Popov
2024-02-14 18:02:49 +02:00
parent 7bb857a384
commit 8edaa4b937
59 changed files with 2268 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
android:usesCleartextTraffic="true"
tools:targetApi="28"
tools:ignore="GoogleAppIndexingWarning"/>
</manifest>