Project

General

Profile

« Previous | Next » 

Revision 6f898172

Added by Leszek Koltunski 7 days ago

up the version to 2.2.3-test and release to the testing track.

View differences:

build.gradle
15 15
        applicationId "org.distorted.magic"
16 16
        minSdkVersion 23
17 17
        targetSdkVersion 34
18
        versionCode 98
19
        versionName "2.2.2"
18
        versionCode 99
19
        versionName "2.2.3-test"
20 20
    }
21 21

  
22 22
    buildTypes {
src/main/java/org/distorted/dialogs/DialogAbout.java
33 33
public class DialogAbout extends DialogAbstract
34 34
  {
35 35
  private static final String WHATS_NEW =
36
      "1. Improve support for Ghosts.\n" +
37
      "2. A few more puzzles.\n" +
38
      "3. Support for undoing the last operation in the Bandaged Creators.";
36
      "1. New puzzles: 4x4 Axis, Windmill, Fisher.\n" +
37
      "2. Beginning of support for off-center cuboids.\n" +
38
      "3. Better shape of internal walls.";
39 39

  
40 40
  private static final String WHATS_COMING =
41 41
      "1. More algorithmic solvers - 4x4 and more.\n" +

Also available in: Unified diff