Revision 8c4d432a
Added by Leszek Koltunski 6 days ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 23 |
17 | 17 |
targetSdkVersion 34 |
18 |
versionCode 94
|
|
19 |
versionName "2.1.1"
|
|
18 |
versionCode 95
|
|
19 |
versionName "2.2.0"
|
|
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
buildTypes { |
... | ... | |
53 | 53 |
api project(':distorted-objectlib') |
54 | 54 |
api project(':distorted-flags') |
55 | 55 |
|
56 |
implementation platform('com.google.firebase:firebase-bom:32.6.0')
|
|
56 |
implementation platform('com.google.firebase:firebase-bom:33.7.0')
|
|
57 | 57 |
implementation ('com.google.firebase:firebase-analytics') |
58 | 58 |
{ |
59 | 59 |
exclude module: "play-services-ads-identifier" |
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. Fix for 4x4 Penrose - now it correctly detects all solved states.\n" +
|
|
37 |
"2. Sorry for lack of activity lately - I've been busy with private stuff. Now I'm resuming development! \n\nNext: algorithmic solvers";
|
|
36 |
"1. The first two algorithmic solvers:\n - the Beginner Method (3x3)\n - Kilominx solver\n" +
|
|
37 |
"2. Lots of internal improvements and small fixes, for example for the movement of the Coin puzzles";
|
|
38 | 38 |
|
39 | 39 |
private static final String WHATS_COMING = |
40 |
"1. Algorithmic solvers. (sub-optimal solvers for larger puzzles such as the 4x4)\n" +
|
|
40 |
"1. More algorithmic solvers - Megaminx, 4x4 and more.\n" +
|
|
41 | 41 |
"2. Support for sticker modes (Tartan Cube, Shepherd's Cube, etc).\n" + |
42 | 42 |
"3. iOS version (no time for this, anyone can help? Code is open-source)\n" + |
43 | 43 |
"4. More objects:\n - Ghost Cubes\n - more Mixups\n - more Barrels\n"; |
Also available in: Unified diff
Bump version to 2.2.0, About dialog.