Revision 259e1be7
Added by Leszek Koltunski about 2 years ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 | 17 |
targetSdkVersion 34 |
| 18 |
versionCode 83
|
|
| 19 |
versionName "1.13.1"
|
|
| 18 |
versionCode 84
|
|
| 19 |
versionName "1.13.2"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
| src/main/java/org/distorted/dialogs/RubikDialogAbout.java | ||
|---|---|---|
| 33 | 33 |
public class RubikDialogAbout extends RubikDialogAbstract |
| 34 | 34 |
{
|
| 35 | 35 |
private static final String WHATS_NEW = |
| 36 |
"1. Proper support for cubies with faces of any shape - including ones with arbitrary number of holes, which makes possible...\n" + |
|
| 37 |
"2. The O2 Cube - the easiest of them all!\n" + |
|
| 38 |
"3. Several fixes for crashers introduced in 1.13.0."; |
|
| 36 |
"1. Creator of Bandaged Megaminxes\n" + |
|
| 37 |
"2. Fix for a longstanding bug which affected the Void Cube and Pyraminx Diamond.\n"; |
|
| 39 | 38 |
|
| 40 | 39 |
private static final String WHATS_COMING = |
| 41 | 40 |
"1. Creator of Bandaged Skewbs.\n" + |
| 42 |
"2. Creator of Bandaged Megaminxes.\n" +
|
|
| 41 |
"2. Creator of Bandaged Octahedrons.\n" +
|
|
| 43 | 42 |
"3. New UI.\n" + |
| 44 | 43 |
"4. Support for adjustable stickers.\n" + |
| 45 | 44 |
"5. iOS version.\n" + |
| 46 | 45 |
"6. Algorithmic solvers.\n" + |
| 47 |
"7. More objects:\n - higher-order Jings\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n";
|
|
| 46 |
"7. More objects:\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n - F-Skewb\n - Dino Skewb";
|
|
| 48 | 47 |
|
| 49 | 48 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 50 | 49 |
|
Also available in: Unified diff
bump to 1.13.2; about dialog