commit 8f08744c916c2d4ea91ad53b8755802e39c35a0f
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Thu Jun 8 17:41:48 2023 +0200

    build for API 34.

diff --git a/build.gradle b/build.gradle
index c9fbab68..2316bd18 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,12 +9,12 @@ android {
             keyAlias = 'distorted'
         }
     }
-    compileSdkVersion 33
+    compileSdkVersion 34
 
     defaultConfig {
         applicationId "org.distorted.magic"
         minSdkVersion 21
-        targetSdkVersion 33
+        targetSdkVersion 34
         versionCode 81
         versionName "1.12.7"
     }
@@ -38,7 +38,7 @@ dependencies {
     api project(':distorted-library-object')
     api project(':distorted-component-flags')
 
-    implementation platform('com.google.firebase:firebase-bom:31.1.0')
+    implementation platform('com.google.firebase:firebase-bom:32.1.0')
     implementation ('com.google.firebase:firebase-analytics')
       {
       exclude module: "play-services-ads-identifier"
@@ -51,7 +51,7 @@ dependencies {
     implementation ('com.google.android.play:core:1.10.3')
     implementation ('androidx.appcompat:appcompat:1.6.1')
     implementation ('androidx.work:work-runtime:2.8.1')
-    implementation ('com.google.android.material:material:1.8.0')
+    implementation ('com.google.android.material:material:1.9.0')
     //implementation "com.android.billingclient:billing:5.1.0"
     implementation project(path: ':distorted-component-jsons')
     implementation project(path: ':distorted-component-dmesh')
