commit d6bb1acb9c626b1adc459bacebd8ed679ca49255
Author: leszek <leszek@koltunski.pl>
Date:   Thu Dec 28 23:47:57 2023 +0100

    Next step toward separating TwistyObject metadata.

diff --git a/build.gradle b/build.gradle
index 915aaa94..281860fa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -56,8 +56,8 @@ dependencies {
     implementation ('com.google.android.play:core:1.10.3')
     implementation ('androidx.appcompat:appcompat:1.6.1')
     implementation ('androidx.preference:preference:1.2.1')
-    implementation ('androidx.work:work-runtime:2.8.1')
-    implementation ('com.google.android.material:material:1.10.0')
+    implementation ('androidx.work:work-runtime:2.9.0')
+    implementation ('com.google.android.material:material:1.11.0')
     //implementation "com.android.billingclient:billing:5.1.0"
     implementation project(path: ':distorted-os-android')
 }
