diff options
| author | Charles Lombardo <clombardo169@gmail.com> | 2022-11-28 15:52:17 -0500 |
|---|---|---|
| committer | Charles Lombardo <clombardo169@gmail.com> | 2022-11-28 15:52:17 -0500 |
| commit | 2e63c6c3eefbdd481dccdc9cec4621b51a5f1576 (patch) | |
| tree | 7b53577fed29812df24a92f5a077999b7ea93653 /Source/Android | |
| parent | 44f8b8c1007f2ead8530d53c4aca3df8fee6d6af (diff) | |
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' } } |
