Upgrade gradle to 7.2.0

This commit is contained in:
Charles Lombardo
2022-05-09 23:00:33 -04:00
parent a768dc6f80
commit 6b74907f9d
3 changed files with 3 additions and 3 deletions

View File

@ -73,6 +73,7 @@ android {
version "3.18.1"
}
}
namespace 'org.dolphinemu.dolphinemu'
defaultConfig {
externalNativeBuild {

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"