Revision f8de0b54
Added by Leszek Koltunski over 5 years ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 | 17 |
targetSdkVersion 29 |
| 18 |
versionCode 6
|
|
| 19 |
versionName "1.1.4"
|
|
| 18 |
versionCode 7
|
|
| 19 |
versionName "1.2.0"
|
|
| 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.4.0'
|
|
| 38 |
implementation 'com.google.firebase:firebase-analytics:17.4.2'
|
|
| 39 | 39 |
implementation 'com.google.firebase:firebase-crashlytics:17.0.0' |
| 40 | 40 |
|
| 41 | 41 |
api project(':distorted-library')
|
Also available in: Unified diff
Bump version to 1.2.0