commit 6e3390978d5d60a590a50144fe1cd7af88850319
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Mon Jan 16 00:04:36 2023 +0100

    Up version to 1.11.6

diff --git a/build.gradle b/build.gradle
index 1def64d5..46582f12 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,14 +9,14 @@ android {
             keyAlias = 'distorted'
         }
     }
-    compileSdkVersion 32
+    compileSdkVersion 33
 
     defaultConfig {
         applicationId "org.distorted.magic"
         minSdkVersion 21
-        targetSdkVersion 32
-        versionCode 63
-        versionName "1.11.5"
+        targetSdkVersion 33
+        versionCode 64
+        versionName "1.11.6"
     }
 
     buildTypes {
@@ -44,7 +44,7 @@ dependencies {
     implementation 'com.google.firebase:firebase-crashlytics'
     implementation 'com.google.firebase:firebase-inappmessaging-display'
     implementation 'com.google.android.play:core:1.10.3'
-    implementation 'androidx.appcompat:appcompat:1.5.1'
+    implementation 'androidx.appcompat:appcompat:1.6.0'
     implementation "androidx.work:work-runtime:2.7.1"
     implementation 'com.google.android.material:material:1.7.0'
     implementation project(path: ':distorted-puzzle-jsons')
