diff options
| author | JosJuice <josjuice@gmail.com> | 2022-12-08 19:57:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-08 19:57:59 +0100 |
| commit | abf08b586999910a7fad7cc2fd07dcbd266832a5 (patch) | |
| tree | de1de69247ac6e61692035ac28b5bc5d35d41fc1 /Source/Android/app/src/main | |
| parent | b207611c3393701adee81fc790d9015083f2b902 (diff) | |
| parent | 2e63c6c3eefbdd481dccdc9cec4621b51a5f1576 (diff) | |
Merge pull request #11309 from t895/agp-upgrade
Android: Upgrade AGP to 7.3.1
Diffstat (limited to 'Source/Android/app/src/main')
| -rw-r--r-- | Source/Android/app/src/main/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index 812b19e325..5e7fcffc57 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -1,5 +1,4 @@ -<manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="org.dolphinemu.dolphinemu"> +<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <uses-feature android:name="android.hardware.touchscreen" |
