Revision 06f600f8
Added by Leszek Koltunski over 2 years ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 21 |
17 | 17 |
targetSdkVersion 31 |
18 |
versionCode 51
|
|
19 |
versionName "1.10.0"
|
|
18 |
versionCode 52
|
|
19 |
versionName "1.10.1"
|
|
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
buildTypes { |
... | ... | |
37 | 37 |
api project(':distorted-objectlib') |
38 | 38 |
api project(':distorted-flags') |
39 | 39 |
|
40 |
implementation 'com.google.firebase:firebase-analytics:20.1.2'
|
|
41 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.9'
|
|
40 |
implementation 'com.google.firebase:firebase-analytics:21.0.0'
|
|
41 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.10'
|
|
42 | 42 |
implementation 'com.google.android.play:core:1.10.3' |
43 | 43 |
implementation 'androidx.appcompat:appcompat:1.4.1' |
44 |
implementation 'com.google.android.material:material:1.5.0'
|
|
44 |
implementation 'com.google.android.material:material:1.6.0'
|
|
45 | 45 |
implementation project(path: ':distorted-puzzle-jsons') |
46 | 46 |
implementation project(path: ':distorted-puzzle-dmesh') |
47 | 47 |
} |
Also available in: Unified diff
Bump to 1.10.1