fixed review
This commit is contained in:
parent
d961fbd29a
commit
4b38e3fcd3
|
|
@ -12,7 +12,6 @@ dependencies {
|
|||
implementation project(":kotlin-extensions")
|
||||
implementation project(":logging")
|
||||
|
||||
implementation "androidx.core:core"
|
||||
implementation "com.google.android.material:material"
|
||||
implementation "androidx.core:core-ktx"
|
||||
|
||||
|
|
@ -27,8 +26,12 @@ dependencies {
|
|||
require '1.3.1'
|
||||
}
|
||||
}
|
||||
implementation("org.jetbrains.kotlin:kotlin-stdlib") {
|
||||
version {
|
||||
require '1.3.0'
|
||||
}
|
||||
}
|
||||
}
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
|||
Loading…
Reference in New Issue