Revision c95eafeb
Added by Leszek Koltunski 9 days ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 23 |
17 | 17 |
targetSdkVersion 34 |
18 |
versionCode 100
|
|
19 |
versionName "2.2.3-test2"
|
|
18 |
versionCode 101
|
|
19 |
versionName "2.2.3" |
|
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. Many bugfixes.\n" + |
|
37 |
"2. Proper scrambling of Calvin's Cuboids.\n" + |
|
38 |
"3. Proper detection of solved state for Calvin's Cuboids."; |
|
36 |
"1. Support for Calvin's Cuboids.\n" + |
|
37 |
"2. Many bugfixes for Ghosts.\n"; |
|
39 | 38 |
|
40 | 39 |
private static final String WHATS_COMING = |
41 | 40 |
"1. More algorithmic solvers - 4x4 and more.\n" + |
Also available in: Unified diff
dialog, version up to 2.2.3