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

@@ -65,10 +65,12 @@ dependencies {
// ViewModel
implementation "androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1"
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.6.1")
implementation("androidx.compose.runtime:runtime-livedata:1.4.2")
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'
implementation 'androidx.activity:activity-compose:1.7.0'
implementation 'androidx.activity:activity-compose:1.7.1'
implementation "androidx.compose.ui:ui:$compose_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
implementation 'androidx.compose.material3:material3:1.0.1'