Upgrade gradle

This commit is contained in:
LoveSy
2023-02-20 14:55:27 +08:00
committed by John Wu
parent ae34659b26
commit 4ba365565f
19 changed files with 28 additions and 64 deletions

View File

@@ -57,6 +57,10 @@ android {
keepDebugSymbols += "**/*.so"
}
}
kotlin {
jvmToolchain(17)
}
}
setupApp()