commit 73f563b051f1d380ec87881224ad19ed7ff94d79
Author: leszek <leszek@koltunski.pl>
Date:   Fri Oct 6 14:05:25 2023 +0200

    About Dialog; up version to 1.13.4

diff --git a/build.gradle b/build.gradle
index b849f487..9977b7cb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 21
         targetSdkVersion 34
-        versionCode 85
-        versionName "1.13.3"
+        versionCode 86
+        versionName "1.13.4"
     }
 
     buildTypes {
diff --git a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
index 176805f1..2a5e3474 100644
--- a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
@@ -33,18 +33,14 @@ import org.distorted.main.RubikActivity;
 public class RubikDialogAbout extends RubikDialogAbstract
   {
   private static final String WHATS_NEW =
-      "1. Creator of Bandaged Skewbs.\n" +
-      "2. Creator of Bandaged Octahedrons.\n" +
-      "3. Fixes for the Skewb Solver.\n" +
-      "4. Royal Pyraminx.\n" +
-      "5. Internal changes to support Ghost Cubes.";
+      "1. Seriously lower memory usage - we were getting an increasing amount of crashes due to phones running out of memory.\n";
 
   private static final String WHATS_COMING =
       "1. Next: version 2.0 with a completely new main screen and new UI.\n" +
       "2. Support for adjustable stickers (not only the colors, but support for texturing the whole cube with images of your choice).\n"  +
       "3. Algorithmic solvers. (sub-optimal solvers for larger puzzles such as the 4x4)\n" +
       "4. iOS version (no time for this, anyone can help? Code is open-source)\n" +
-      "5. More objects:\n    - Lattice Cube\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - Penrose Cubes\n";
+      "5. More objects:\n    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - Penrose Cubes\n";
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
