From c12acbf03424157644420ce022242857f288b287 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Tue, 20 Jul 2021 15:57:50 -0400 Subject: [PATCH] update dependencies --- build.gradle | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/build.gradle b/build.gradle index 5e2489d7..3be09a45 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.4.21' + ext.kotlin_version = '1.5.20' repositories { google() jcenter() @@ -154,13 +154,13 @@ configurations { } dependencies { - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation "androidx.coordinatorlayout:coordinatorlayout:1.1.0" implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.multidex:multidex:2.0.1' - implementation 'androidx.annotation:annotation:1.1.0' - implementation 'com.google.android.material:material:1.3.0' + implementation 'androidx.annotation:annotation:1.2.0' + implementation 'com.google.android.material:material:1.4.0' implementation 'com.google.code.gson:gson:2.8.6' implementation 'com.wdullaer:materialdatetimepicker:4.2.3' implementation 'com.github.guardianproject:signal-cli-android:v0.6.0-android-beta-1' @@ -173,7 +173,7 @@ dependencies { implementation 'com.facebook.fresco:fresco:2.0.0' implementation 'com.github.derlio:audio-waveform:v1.0.1' implementation 'com.maxproj.simplewaveform:app:1.0.0' - implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.9' + implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.24' implementation('com.mikepenz:aboutlibraries:7.0.3@aar') { transitive = true } @@ -186,24 +186,24 @@ dependencies { // Room - implementation "androidx.room:room-runtime:2.2.6" - kapt "androidx.room:room-compiler:2.2.6" - implementation "androidx.room:room-ktx:2.2.6" + implementation "androidx.room:room-runtime:2.3.0" + kapt "androidx.room:room-compiler:2.3.0" + implementation "androidx.room:room-ktx:2.3.0" implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" - implementation "androidx.lifecycle:lifecycle-common-java8:2.3.0" + implementation "androidx.lifecycle:lifecycle-common-java8:2.3.1" // Test helpers - testImplementation "androidx.room:room-testing:2.2.6" - testImplementation 'junit:junit:4.13.1' - androidTestImplementation 'androidx.test:runner:1.3.0' - androidTestImplementation 'androidx.test:core:1.3.0' - androidTestImplementation 'androidx.test:rules:1.3.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - androidTestImplementation 'androidx.test.espresso:espresso-intents:3.3.0' - androidTestImplementation "androidx.room:room-testing:2.2.6" + testImplementation "androidx.room:room-testing:2.3.0" + testImplementation 'junit:junit:4.13.2' + androidTestImplementation 'androidx.test:runner:1.4.0' + androidTestImplementation 'androidx.test:core:1.4.0' + androidTestImplementation 'androidx.test:rules:1.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.espresso:espresso-intents:3.4.0' + androidTestImplementation "androidx.room:room-testing:2.3.0" // android-job implementation 'com.evernote:android-job:1.4.2'