Skip to content

Commit

Permalink
Updates dependencies versions and remove duplications
Browse files Browse the repository at this point in the history
  • Loading branch information
IzHoBX committed Jun 27, 2020
1 parent 3ba955d commit 9c4c7bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

// Support libraries
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.appcompat:appcompat:1.1.0'

// Constraint Layout
Expand All @@ -66,8 +66,6 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
implementation 'androidx.navigation:navigation-fragment-ktx:2.2.2'
implementation 'androidx.navigation:navigation-ui-ktx:2.2.2'
implementation 'androidx.cardview:cardview:1.0.0'
kapt "androidx.lifecycle:lifecycle-compiler:$lifecycle_version"

Expand Down Expand Up @@ -109,7 +107,7 @@ dependencies {

// Firebase Crashlytics
implementation 'com.google.firebase:firebase-analytics-ktx:17.4.3'
implementation 'com.google.firebase:firebase-crashlytics:17.0.1'
implementation 'com.google.firebase:firebase-crashlytics:17.1.0'

//Firebase remote config
implementation 'com.google.firebase:firebase-config-ktx:19.1.4'
Expand Down

0 comments on commit 9c4c7bb

Please sign in to comment.