commit 8c4d432ab5189c35ee7755cf5097fd55f3b2466f
Author: leszek <leszek@koltunski.pl>
Date:   Wed Jan 1 11:19:31 2025 +0100

    Bump version to 2.2.0, About dialog.

diff --git a/build.gradle b/build.gradle
index 90e45ec7..e3da8903 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 23
         targetSdkVersion 34
-        versionCode 94
-        versionName "2.1.1"
+        versionCode 95
+        versionName "2.2.0"
     }
 
     buildTypes {
@@ -53,7 +53,7 @@ dependencies {
     api project(':distorted-objectlib')
     api project(':distorted-flags')
 
-    implementation platform('com.google.firebase:firebase-bom:32.6.0')
+    implementation platform('com.google.firebase:firebase-bom:33.7.0')
     implementation ('com.google.firebase:firebase-analytics')
       {
       exclude module: "play-services-ads-identifier"
diff --git a/src/main/java/org/distorted/dialogs/DialogAbout.java b/src/main/java/org/distorted/dialogs/DialogAbout.java
index 97f9924b..341a1980 100644
--- a/src/main/java/org/distorted/dialogs/DialogAbout.java
+++ b/src/main/java/org/distorted/dialogs/DialogAbout.java
@@ -33,11 +33,11 @@ import org.distorted.main.R;
 public class DialogAbout extends DialogAbstract
   {
   private static final String WHATS_NEW =
-      "1. Fix for 4x4 Penrose - now it correctly detects all solved states.\n" +
-      "2. Sorry for lack of activity lately - I've been busy with private stuff. Now I'm resuming development! \n\nNext: algorithmic solvers";
+      "1. The first two algorithmic solvers:\n     - the Beginner Method (3x3)\n     - Kilominx solver\n" +
+      "2. Lots of internal improvements and small fixes, for example for the movement of the Coin puzzles";
 
   private static final String WHATS_COMING =
-      "1. Algorithmic solvers. (sub-optimal solvers for larger puzzles such as the 4x4)\n" +
+      "1. More algorithmic solvers - Megaminx, 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" +
       "4. More objects:\n    - Ghost Cubes\n    - more Mixups\n    - more Barrels\n";
