Revision 81f4fd77
Added by Leszek Koltunski almost 5 years ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 | 17 |
targetSdkVersion 29 |
| 18 |
versionCode 23
|
|
| 19 |
versionName "1.6.0"
|
|
| 18 |
versionCode 24
|
|
| 19 |
versionName "1.6.1"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
| ... | ... | |
| 37 | 37 |
implementation fileTree(dir: 'libs', include: ['*.jar']) |
| 38 | 38 |
implementation 'com.google.firebase:firebase-analytics:18.0.0' |
| 39 | 39 |
implementation 'com.google.firebase:firebase-crashlytics:17.3.0' |
| 40 |
implementation 'com.google.android.play:core:1.8.3'
|
|
| 40 |
implementation 'com.google.android.play:core:1.9.0'
|
|
| 41 | 41 |
|
| 42 | 42 |
api project(':distorted-library')
|
| 43 | 43 |
implementation 'androidx.appcompat:appcompat:1.2.0' |
| src/main/java/org/distorted/objects/TwistyObject.java | ||
|---|---|---|
| 76 | 76 |
|
| 77 | 77 |
private static final float NODE_RATIO = 1.40f; |
| 78 | 78 |
private static final float MAX_SIZE_CHANGE = 1.35f; |
| 79 |
private static final float MIN_SIZE_CHANGE = 0.8f;
|
|
| 79 |
private static final float MIN_SIZE_CHANGE = 0.75f;
|
|
| 80 | 80 |
|
| 81 | 81 |
private static boolean mCreateFromDMesh = false; |
| 82 | 82 |
|
Also available in: Unified diff
Bump version to 1.6.1