Revision a1d75006
Added by Leszek Koltunski over 5 years ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 | 17 |
targetSdkVersion 29 |
| 18 |
versionCode 4
|
|
| 19 |
versionName "1.1.2"
|
|
| 18 |
versionCode 5
|
|
| 19 |
versionName "1.1.3"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
Also available in: Unified diff
Again we have 2 bugfixes for crashers seen in the field and updated zh-CN and zh-TW translations.
Bump version to 1.1.3 then.