Revision 0d4d37ec
Added by Leszek Koltunski 8 months ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 23 |
| 17 | 17 |
targetSdkVersion 34 |
| 18 |
versionCode 97
|
|
| 19 |
versionName "2.2.1"
|
|
| 18 |
versionCode 98
|
|
| 19 |
versionName "2.2.2"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
| ... | ... | |
| 49 | 49 |
dependencies{
|
| 50 | 50 |
classpath 'com.android.tools.build:gradle:8.7.3' |
| 51 | 51 |
classpath 'com.google.gms:google-services:4.4.2' |
| 52 |
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2'
|
|
| 52 |
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.3'
|
|
| 53 | 53 |
} |
| 54 | 54 |
} |
| 55 | 55 |
|
| ... | ... | |
| 57 | 57 |
api project(':distorted-objectlib')
|
| 58 | 58 |
api project(':distorted-flags')
|
| 59 | 59 |
|
| 60 |
implementation platform('com.google.firebase:firebase-bom:33.7.0')
|
|
| 60 |
implementation platform('com.google.firebase:firebase-bom:33.10.0')
|
|
| 61 | 61 |
implementation ('com.google.firebase:firebase-analytics')
|
| 62 | 62 |
{
|
| 63 | 63 |
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. Next algorithmic solver: Megaminx!\n" +
|
|
| 37 |
"2. Support for Ghosts and the fist two Ghost Cubes:\n - Ghost Cube 2x2\n - Ghost Cube 3x3";
|
|
| 36 |
"1. Improve support for Ghosts.\n" +
|
|
| 37 |
"2. The next two Ghosts:\n - Ghost Pyramid\n - Ghost Skewb aka Golden Cube";
|
|
| 38 | 38 |
|
| 39 | 39 |
private static final String WHATS_COMING = |
| 40 | 40 |
"1. More algorithmic solvers - 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 |
"4. More objects:\n - Ghost Pyraminx\n - Golden Cube (Ghost Skewb)\n - more Mixups\n - more Barrels\n";
|
|
| 43 |
"4. More objects:\n - more Mixups\n - more Barrels\n - Rediminx\n - 4x4 Windmill\n - 4x4 Axis";
|
|
| 44 | 44 |
|
| 45 | 45 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 46 | 46 |
|
Also available in: Unified diff
bump version to 2.2.2 and adjust About dialog