commit a87e0cb7cbd905629b1ed692036eed850ae2dad7
Author: leszek <leszek@koltunski.pl>
Date:   Sun Jan 21 21:05:49 2024 +0100

    bump to version 2.0.1

diff --git a/build.gradle b/build.gradle
index 920f67fe..c48057f8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 21
         targetSdkVersion 34
-        versionCode 88
-        versionName "2.0.0"
+        versionCode 89
+        versionName "2.0.1"
     }
 
     buildTypes {
@@ -40,8 +40,8 @@ android {
 }
 
 dependencies {
-    api project(':distorted-objectlib')
-    api project(':distorted-flags')
+    api project(':distorted-library-object')
+    api project(':distorted-component-flags')
 
     implementation platform('com.google.firebase:firebase-bom:32.1.1')
     implementation ('com.google.firebase:firebase-analytics')
diff --git a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
index ac222ba5..bf79317a 100644
--- a/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/RubikDialogAbout.java
@@ -33,14 +33,15 @@ import org.distorted.main.R;
 public class RubikDialogAbout extends RubikDialogAbstract
   {
   private static final String WHATS_NEW =
-      "1. New puzzle-centric UI. All actions one can do to a given puzzle in one context menu. ";
+      "1. Support for shape-shifting cuboids. " +
+      "2. Support for sorting the puzzle grid by various criteria.";
 
   private static final String WHATS_COMING =
-      "1. Improvements to the new UI - possibility to sort the puzzles by various criteria.\n" +
-      "2. Support for adjustable stickers (not only the colors, but support for texturing the whole cube with images of your choice).\n"  +
+      "1. Support for adjustable stickers (not only the colors, but support for texturing the whole cube with images of your choice).\n" +
+      "2. Support for color themes in the UI.\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    - Ghost Cubes\n    - more Mirrors\n    - more Mixups\n    - Penrose Cubes\n";
+      "5. More objects:\n    - Ghost Cubes\n    - more Mixups\n    - Penrose Cubes\n";
 
 ///////////////////////////////////////////////////////////////////////////////////////////////////
 
