Skip to content

Commit

Permalink
chore: upgrad lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-dhl committed Dec 21, 2020
1 parent 428a54b commit e741680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ android {
dependencies {
ext.fragment = "1.2.5"
ext.koin_version = "2.2.1"
ext.remote = false
ext.nav_version = "2.3.2"
ext.constraintlayout = "2.0.4"
ext.material = "1.2.1"
ext.appcompat = "1.2.0"
ext.ktx = "1.3.2"
ext.remote = true

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "androidx.core:core-ktx:${ktx}"
Expand All @@ -62,7 +62,7 @@ dependencies {
implementation"androidx.navigation:navigation-ui-ktx:$nav_version"

if (remote) {
implementation 'com.hi-dhl:binding:1.0.4'
implementation 'com.hi-dhl:binding:1.0.5'
} else {
implementation project(':binding')
}
Expand Down

0 comments on commit e741680

Please sign in to comment.