Revision 16be2d2a
Added by Leszek Koltunski about 3 years ago
build.gradle | ||
---|---|---|
16 | 16 |
minSdkVersion 21 |
17 | 17 |
targetSdkVersion 30 |
18 | 18 |
versionCode 41 |
19 |
versionName "1.8.6"
|
|
19 |
versionName "1.9.0"
|
|
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
buildTypes { |
... | ... | |
39 | 39 |
api project(':distorted-flags') |
40 | 40 |
|
41 | 41 |
implementation fileTree(dir: 'libs', include: ['*.jar']) |
42 |
implementation 'com.google.firebase:firebase-analytics:19.0.1'
|
|
43 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.1'
|
|
42 |
implementation 'com.google.firebase:firebase-analytics:19.0.2'
|
|
43 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.3'
|
|
44 | 44 |
implementation 'com.google.android.play:core:1.10.2' |
45 | 45 |
implementation 'androidx.appcompat:appcompat:1.3.1' |
46 | 46 |
implementation 'com.google.android.material:material:1.4.0' |
Also available in: Unified diff
Up version to 1.9.0