Updated gradle to 8.0. Updated jdk to 17. Updated compileSdk and targetSdk to 32.

This commit is contained in:
2023-05-25 19:55:33 +08:00
parent 0e5567a072
commit b40d0db419
9 changed files with 48 additions and 27 deletions

View File

@@ -19,4 +19,6 @@ android.enableJetifier=true
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonTransitiveRClass=true
android.defaults.buildfeatures.buildconfig=true
android.nonFinalResIds=false