Revision 51c565f5
Added by Leszek Koltunski almost 3 years ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 21 |
17 | 17 |
targetSdkVersion 31 |
18 |
versionCode 47
|
|
19 |
versionName "1.9.5"
|
|
18 |
versionCode 48
|
|
19 |
versionName "1.9.6"
|
|
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
buildTypes { |
... | ... | |
38 | 38 |
api project(':distorted-flags') |
39 | 39 |
|
40 | 40 |
implementation 'com.google.firebase:firebase-analytics:20.0.2' |
41 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.6'
|
|
42 |
implementation 'com.google.android.play:core:1.10.2'
|
|
43 |
implementation 'androidx.appcompat:appcompat:1.4.0'
|
|
44 |
implementation 'com.google.android.material:material:1.4.0'
|
|
41 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.7'
|
|
42 |
implementation 'com.google.android.play:core:1.10.3'
|
|
43 |
implementation 'androidx.appcompat:appcompat:1.4.1'
|
|
44 |
implementation 'com.google.android.material:material:1.5.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 version to 1.9.6