diff --git a/app/build.gradle b/app/build.gradle index 5b3353e5..26033494 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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") @@ -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' @@ -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'