Skip to content

Commit

Permalink
upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mickstar committed Jul 6, 2020
1 parent 84eff84 commit e3814e3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.navigation:navigation-fragment-ktx:2.2.1"
implementation "androidx.navigation:navigation-ui-ktx:2.2.1"
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.android.material:material:1.2.0-alpha05'
implementation "androidx.navigation:navigation-fragment-ktx:2.3.0"
implementation "androidx.navigation:navigation-ui-ktx:2.3.0"
implementation 'com.google.android.material:material:1.1.0'
implementation 'com.google.android.material:material:1.3.0-alpha01'
api 'com.google.guava:guava:28.1-jre'
implementation 'oauth.signpost:oauth-signpost:1.2.1.2'
implementation("com.squareup.okhttp3:okhttp:4.2.2")
Expand All @@ -76,14 +76,14 @@ dependencies {
implementation 'org.jetbrains.anko:anko:0.10.8'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.preference:preference:1.1.1'
testImplementation 'junit:junit:4.12'
testImplementation "org.mockito:mockito-core:2.28.2"
androidTestImplementation "org.mockito:mockito-core:2.28.2"
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation 'com.google.firebase:firebase-analytics:17.2.3'
implementation 'com.google.firebase:firebase-analytics:17.4.3'
implementation 'net.lingala.zip4j:zip4j:2.2.7'
releaseImplementation 'com.crashlytics.sdk.android:crashlytics:2.10.1'

Expand All @@ -96,9 +96,9 @@ dependencies {
debugImplementation 'com.facebook.soloader:soloader:0.8.0'

// Room Dependencies
implementation "androidx.room:room-runtime:2.2.4"
implementation 'androidx.room:room-rxjava2:2.2.4'
kapt "androidx.room:room-compiler:2.2.4"
implementation "androidx.room:room-runtime:2.2.5"
implementation 'androidx.room:room-rxjava2:2.2.5'
kapt "androidx.room:room-compiler:2.2.5"

// Dagger Dependencies
implementation 'com.google.dagger:dagger:2.25.2'
Expand Down

0 comments on commit e3814e3

Please sign in to comment.