Android: Upgrade AGP to 7.3.1

This commit is contained in:
Charles Lombardo 2022-11-28 15:52:17 -05:00
parent 44f8b8c100
commit 2e63c6c3ee
2 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -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'
}
}