commit 1651a57add481fa5c7c79b43e4c47b3df4cce319
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed May 24 16:24:52 2023 +0200

    Upgrade to 1.12.7

diff --git a/build.gradle b/build.gradle
index 44cf1153..13373093 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 21
         targetSdkVersion 33
-        versionCode 78
-        versionName "1.12.6"
+        versionCode 79
+        versionName "1.12.7"
     }
 
     buildTypes {
@@ -50,7 +50,7 @@ dependencies {
     implementation ('com.google.firebase:firebase-inappmessaging-display')
     implementation ('com.google.android.play:core:1.10.3')
     implementation ('androidx.appcompat:appcompat:1.6.1')
-    implementation ('androidx.work:work-runtime:2.8.0')
+    implementation ('androidx.work:work-runtime:2.8.1')
     implementation ('com.google.android.material:material:1.8.0')
     implementation "com.android.billingclient:billing:5.1.0"
     implementation project(path: ':distorted-component-jsons')
