fix: fix android build

This commit is contained in:
13574
2023-09-08 01:23:15 +08:00
parent 1af4ed6313
commit 5b65f686ce
3 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="eh_downloader_flutter"
android:name="${applicationName}"

View File

@@ -1,4 +1,4 @@
package com.example.eh_downloader_flutter
package com.lifegpc.ehf
import io.flutter.embedding.android.FlutterActivity