Updated AGP to 8.0

The itemlist amount updating works

Started work on the item edit.
This commit is contained in:
KaasKop-
2023-04-21 15:54:48 +02:00
parent 28f5c22bf2
commit 159d96f7f3
14 changed files with 171 additions and 52 deletions

View File

@@ -20,4 +20,7 @@ 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
org.gradle.unsafe.configuration-cache=true