Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10649 from t895/gradle
Android: Upgrade gradle to 7.2.0
  • Loading branch information
JosJuice committed May 10, 2022
2 parents a768dc6 + 6b74907 commit 001b05f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Source/Android/app/build.gradle
Expand Up @@ -73,6 +73,7 @@ android {
version "3.18.1"
}
}
namespace 'org.dolphinemu.dolphinemu'

defaultConfig {
externalNativeBuild {
Expand Down
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.1.2'
classpath 'com.android.tools.build:gradle:7.2.0'
}
}

Expand Down

0 comments on commit 001b05f

Please sign in to comment.