commit 2a37cfa49a994eda9a71c072e4a458115a89c9bc
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Wed Mar 22 17:32:55 2023 +0100

    Up to version 1.12.5
    Update the About dialog.
    Target API 33.

diff --git a/build.gradle b/build.gradle
index 7760c965..3e148e9f 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 71
-        versionName "1.12.4"
+        targetSdkVersion 33
+        versionCode 72
+        versionName "1.12.5"
     }
 
     buildTypes {
diff --git a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
index aaa153d4..d7874946 100644
--- a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
@@ -33,15 +33,11 @@ import org.distorted.main.RubikActivity;
 public class RubikDialogAbout extends RubikDialogAbstract
   {
   private static final String WHATS_NEW =
-      "1. Solvers: 2x2x3, Pyraminx & Skewb Diamond.\n" +
-      "2. Implement Icosamate & Master Icosamate\n" +
-      "3. Connect the solvers to the scrambling engine. Which means: from now on, " +
-       "all puzzles which have a solver implemented will be perfectly scrambled " +
-       " - i.e. any scramble at Level 7 will always require exactly 7 moves to solve. " +
-       "Which also means that in some point in the future, we'll have to clear the High Scores.";
+      "1. New solvers: 2x2x2, Skewb & Jing Pyraminx.\n" +
+      "2. Fixes for the Burr Cube & Camouflage Cube";
 
   private static final String WHATS_COMING =
-      "1. More solvers (2x2, Skewb, Dino).\n" +
+      "1. More solvers (Dino, 2x3x3 Cuboid, Pyraminx Diamond).\n" +
       "2. Support for adjustable stickers.\n" +
       "3. In-game currency (stars)\n" +
       "4. More objects (Penrose Cubes, higher-order Jings, Ghost Cubes, more Mirrors, more Mixups)\n" +
