android: Bump to gradle 8.0

This commit is contained in:
SachinVin 2023-06-11 17:58:18 +05:30
parent f5bb17c82e
commit c074460f60
5 changed files with 8 additions and 4 deletions

View file

@ -10,7 +10,7 @@ def buildType
def abiFilter = "arm64-v8a" //, "x86"
android {
compileSdkVersion 32
compileSdkVersion 33
ndkVersion "25.1.8937393"
compileOptions {
@ -100,6 +100,7 @@ android {
path "../../../CMakeLists.txt"
}
}
namespace 'org.citra.citra_emu'
defaultConfig {
externalNativeBuild {