Revision e1d5fa84
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 10
|
|
| 19 |
versionName "1.3.1"
|
|
| 18 |
versionCode 11
|
|
| 19 |
versionName "1.3.2"
|
|
| 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.3'
|
|
| 39 |
implementation 'com.google.firebase:firebase-crashlytics:17.1.0'
|
|
| 38 |
implementation 'com.google.firebase:firebase-analytics:17.4.4'
|
|
| 39 |
implementation 'com.google.firebase:firebase-crashlytics:17.1.1'
|
|
| 40 | 40 |
|
| 41 | 41 |
api project(':distorted-library')
|
| 42 | 42 |
implementation 'androidx.appcompat:appcompat:1.1.0' |
Also available in: Unified diff
Bump version to 1.3.2