Create project structure and base modules

This commit is contained in:
Shcherbatykh Oleg
2026-02-10 13:08:59 +03:00
parent 6e1029ab5b
commit 073c80e2e3
78 changed files with 1376 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?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:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.TSUDesk" />
</manifest>