Revision b7c7ccb2
Added by Leszek Koltunski over 4 years ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 21 |
17 | 17 |
targetSdkVersion 29 |
18 |
versionCode 14
|
|
19 |
versionName "1.3.5"
|
|
18 |
versionCode 15
|
|
19 |
versionName "1.4.0"
|
|
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
buildTypes { |
... | ... | |
39 | 39 |
implementation 'com.google.firebase:firebase-crashlytics:17.1.1' |
40 | 40 |
|
41 | 41 |
api project(':distorted-library') |
42 |
implementation 'androidx.appcompat:appcompat:1.1.0'
|
|
43 |
implementation 'com.google.android.material:material:1.1.0'
|
|
42 |
implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
43 |
implementation 'com.google.android.material:material:1.2.0'
|
|
44 | 44 |
} |
Also available in: Unified diff
We have the new Object - the Dino - so up the version to 1.4.0.