mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-02 12:52:18 +00:00
Changed app name
This commit is contained in:
parent
87007ab1da
commit
360b6865be
6 changed files with 9 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.adguard_home_manager">
|
||||
<application
|
||||
android:label="adguard_home_manager"
|
||||
package="com.jgeek00.adguard_home_manager">
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<application
|
||||
android:label="AdGuard Home Manager"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package com.example.adguard_home_manager
|
||||
package com.jgeek00.adguard_home_manager
|
||||
|
||||
import io.flutter.embedding.android.FlutterActivity
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue