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 | |
| 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')
| -rw-r--r-- | Source/Android/app/src/main/AndroidManifest.xml | 3 | ||||
| -rw-r--r-- | Source/Android/build.gradle | 2 |
2 files changed, 2 insertions, 3 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" diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle index ac31f01cf5..0c5cb2d068 100644 --- a/Source/Android/build.gradle +++ b/Source/Android/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.4' + classpath 'com.android.tools.build:gradle:7.3.1' } } |
