build: upgrade to gradle 8.0

This commit is contained in:
rhunk
2023-05-18 19:18:36 +02:00
parent 2718831a3b
commit c395c3374c
6 changed files with 14 additions and 11 deletions

View File

@@ -20,4 +20,6 @@ kotlin.code.style=official
# 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