Revision 40c41d1e
Added by Leszek Koltunski about 4 years ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 21 |
17 | 17 |
targetSdkVersion 29 |
18 |
versionCode 21
|
|
19 |
versionName "1.5.3"
|
|
18 |
versionCode 22
|
|
19 |
versionName "1.5.4"
|
|
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
buildTypes { |
... | ... | |
35 | 35 |
|
36 | 36 |
dependencies { |
37 | 37 |
implementation fileTree(dir: 'libs', include: ['*.jar']) |
38 |
implementation 'com.google.firebase:firebase-analytics:17.6.0'
|
|
38 |
implementation 'com.google.firebase:firebase-analytics:18.0.0'
|
|
39 | 39 |
implementation 'com.google.firebase:firebase-crashlytics:17.2.2' |
40 |
implementation 'com.google.android.play:core:1.8.2'
|
|
40 |
implementation 'com.google.android.play:core:1.8.3'
|
|
41 | 41 |
|
42 | 42 |
api project(':distorted-library') |
43 | 43 |
implementation 'androidx.appcompat:appcompat:1.2.0' |
Also available in: Unified diff
Remove all traces of tutorials from the new 1.5.4.
This is a bigger job; tutorials will only come in 1.6.0.