Какое-то шевеление

This commit is contained in:
Пытков Роман
2024-09-21 19:12:06 +03:00
parent 1f0001d2ed
commit f9cbec0c80
11 changed files with 72 additions and 4 deletions

View File

@@ -8,12 +8,13 @@
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:name=".WallencApplication"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Wallenc"
tools:targetApi="31">
<activity
android:name=".ui.MainActivity"
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.Wallenc">
<intent-filter>