Revision 146cee61
Added by Leszek Koltunski about 4 years ago
| build.gradle | ||
|---|---|---|
| 15 | 15 |
applicationId "org.distorted.magic" |
| 16 | 16 |
minSdkVersion 21 |
| 17 | 17 |
targetSdkVersion 30 |
| 18 |
versionCode 39
|
|
| 19 |
versionName "1.8.4"
|
|
| 18 |
versionCode 40
|
|
| 19 |
versionName "1.8.5"
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
buildTypes {
|
| ... | ... | |
| 36 | 36 |
dependencies {
|
| 37 | 37 |
implementation fileTree(dir: 'libs', include: ['*.jar']) |
| 38 | 38 |
implementation 'com.google.firebase:firebase-analytics:19.0.0' |
| 39 |
implementation 'com.google.firebase:firebase-crashlytics:18.1.0'
|
|
| 39 |
implementation 'com.google.firebase:firebase-crashlytics:18.2.0'
|
|
| 40 | 40 |
implementation 'com.google.android.play:core:1.10.0' |
| 41 | 41 |
|
| 42 | 42 |
api project(':distorted-library')
|
| 43 |
implementation 'androidx.appcompat:appcompat:1.3.0'
|
|
| 43 |
implementation 'androidx.appcompat:appcompat:1.3.1'
|
|
| 44 | 44 |
implementation 'com.google.android.material:material:1.4.0' |
| 45 | 45 |
} |
Also available in: Unified diff
Bump version to 1.8.5