android: Bump to gradle 8.0
This commit is contained in:
parent
f5bb17c82e
commit
c074460f60
5 changed files with 8 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue