commit 42c1ea565d288d8e4ae04747895662255ce2bccf
Author: leszek <leszek@koltunski.pl>
Date:   Sun May 18 18:52:45 2025 +0200

    About dialog; up to v. 2.2.4

diff --git a/build.gradle b/build.gradle
index 10642555..88ccf3da 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 23
         targetSdk 35
-        versionCode 101
-        versionName "2.2.3"
+        versionCode 102
+        versionName "2.2.4"
     }
 
     buildTypes {
diff --git a/src/main/java/org/distorted/dialogs/DialogAbout.java b/src/main/java/org/distorted/dialogs/DialogAbout.java
index 7287e592..f3016ab6 100644
--- a/src/main/java/org/distorted/dialogs/DialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/DialogAbout.java
@@ -33,13 +33,13 @@ import org.distorted.main.R;
 public class DialogAbout extends DialogAbstract
   {
   private static final String WHATS_NEW =
-      "1. Support for Calvin's Cuboids.\n" +
-      "2. Many bugfixes for Ghosts.\n";
+      "1. Fixes to the Pyraminx & Skewb Diamond solvers. Thanks to Patricio for the bug report.\n" +
+      "2. Transition from Java to Kotlin Multiplatform: About 1/4 of the app rewritten. Once this is complete, the app will run on iOS devices.\n";
 
   private static final String WHATS_COMING =
-      "1. More algorithmic solvers - 4x4 and more.\n" +
-      "2. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" +
-      "3. iOS version (no time for this, anyone can help? Code is open-source)\n" +
+      "1. iOS version (work started!)\n" +
+      "2. More algorithmic solvers - 4x4 and more.\n" +
+      "3. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" +
       "4. More objects:\n    - more Mixups\n    - more Barrels\n    - Rediminx";
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
