Added functionality to view news for a canteen; fixed a bug that would prevent the offers from being fetched for canteens without news; BUG: news are still a bit buggy, check for crashes

This commit is contained in:
denizk0461
2023-05-09 12:22:40 +02:00
parent b42118ed94
commit 6cbfe71e62
13 changed files with 93 additions and 33 deletions
+1
View File
@@ -59,6 +59,7 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01'
implementation "androidx.room:room-runtime:2.5.1"
implementation 'androidx.core:core-ktx:1.10.0'
kapt "androidx.room:room-compiler:2.5.1"
implementation 'androidx.preference:preference-ktx:1.2.0'