Revision a0836f4a
Added by Leszek Koltunski about 5 years ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 | 17 |
targetSdkVersion 29 |
| 18 |
versionCode 16
|
|
| 19 |
versionName "1.4.1"
|
|
| 18 |
versionCode 17
|
|
| 19 |
versionName "1.4.2"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
| ... | ... | |
| 40 | 40 |
|
| 41 | 41 |
api project(':distorted-library')
|
| 42 | 42 |
implementation 'androidx.appcompat:appcompat:1.2.0' |
| 43 |
implementation 'com.google.android.material:material:1.2.0'
|
|
| 43 |
implementation 'com.google.android.material:material:1.2.1'
|
|
| 44 | 44 |
} |
Also available in: Unified diff
We have new, Polygon method of rendering Object faces, and a new object - the Skewb.
Time for 1.4.2 !