Fixed Android Label

This commit is contained in:
Andreas Fahrecker 2024-03-15 23:02:13 +01:00
parent ead31e12c0
commit e11a73d37e

View File

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.fahrecker.time_progress_calculator">
<application
android:label="time_progress_tracker"
android:label="Time Progress Tracker"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity