compose setup

This commit is contained in:
Clara Dautermann 2025-05-12 21:58:53 +02:00
parent 83601393b1
commit 6b716afb62
Signed by: clara
GPG key ID: 223391B52FAD4463
44 changed files with 21 additions and 1013 deletions

View file

@ -11,18 +11,6 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.DBTApp"
tools:targetApi="31">
<activity
android:name=".activities.HomeActivity"
android:exported="true"
android:theme="@style/Theme.DBTApp">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
tools:targetApi="31" />
</manifest>