summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2022-11-28 15:52:17 -0500
committerCharles Lombardo <clombardo169@gmail.com>2022-11-28 15:52:17 -0500
commit2e63c6c3eefbdd481dccdc9cec4621b51a5f1576 (patch)
tree7b53577fed29812df24a92f5a077999b7ea93653 /Source/Android
parent44f8b8c1007f2ead8530d53c4aca3df8fee6d6af (diff)
Android: Upgrade AGP to 7.3.1
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/AndroidManifest.xml3
-rw-r--r--Source/Android/build.gradle2
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'
}
}