Revision 8c4d432a
Added by Leszek Koltunski 6 days ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 23 |
17 | 17 |
targetSdkVersion 34 |
18 |
versionCode 94
|
|
19 |
versionName "2.1.1"
|
|
18 |
versionCode 95
|
|
19 |
versionName "2.2.0"
|
|
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
buildTypes { |
... | ... | |
53 | 53 |
api project(':distorted-objectlib') |
54 | 54 |
api project(':distorted-flags') |
55 | 55 |
|
56 |
implementation platform('com.google.firebase:firebase-bom:32.6.0')
|
|
56 |
implementation platform('com.google.firebase:firebase-bom:33.7.0')
|
|
57 | 57 |
implementation ('com.google.firebase:firebase-analytics') |
58 | 58 |
{ |
59 | 59 |
exclude module: "play-services-ads-identifier" |
Also available in: Unified diff
Bump version to 2.2.0, About dialog.