Updated APP name

This commit is contained in:
2026-03-23 16:44:23 +08:00
parent f21498717b
commit b2a27f7801
12 changed files with 685 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="frontend"
android:label="Hightube"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@@ -1,4 +1,4 @@
package com.example.frontend
package com.example.hightube
import io.flutter.embedding.android.FlutterActivity