Compare commits
1 Commits
master
...
fix/master
| Author | SHA1 | Date |
|---|---|---|
|
|
06560f7049 |
|
|
@ -7,36 +7,19 @@ dependencies {
|
|||
implementation project(":logging")
|
||||
implementation project(":navigation-base")
|
||||
|
||||
implementation 'androidx.multidex:multidex'
|
||||
|
||||
implementation 'net.danlew:android.joda'
|
||||
|
||||
implementation "androidx.appcompat:appcompat"
|
||||
|
||||
implementation("com.crashlytics.sdk.android:crashlytics")
|
||||
implementation "androidx.lifecycle:lifecycle-common-java8"
|
||||
|
||||
constraints {
|
||||
implementation("androidx.multidex:multidex") {
|
||||
version {
|
||||
require '2.0.1'
|
||||
}
|
||||
}
|
||||
|
||||
implementation("net.danlew:android.joda") {
|
||||
version {
|
||||
require '2.10.2'
|
||||
}
|
||||
}
|
||||
|
||||
implementation("androidx.appcompat:appcompat") {
|
||||
version {
|
||||
require '1.0.2'
|
||||
}
|
||||
}
|
||||
|
||||
implementation("com.crashlytics.sdk.android:crashlytics") {
|
||||
implementation("androidx.lifecycle:lifecycle-common-java8") {
|
||||
version {
|
||||
require '2.10.0'
|
||||
require '2.2.0'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue