Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11309 from t895/agp-upgrade
Android: Upgrade AGP to 7.3.1
  • Loading branch information
JosJuice committed Dec 8, 2022
2 parents b207611 + 2e63c6c commit abf08b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions 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"
Expand Down
2 changes: 1 addition & 1 deletion Source/Android/build.gradle
Expand Up @@ -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'
}
}

Expand Down

0 comments on commit abf08b5

Please sign in to comment.