From ded320a6dfc099b1f4469aa00813ba309ac62dfd Mon Sep 17 00:00:00 2001 From: Xcreen Date: Mon, 26 Oct 2020 21:42:58 +0100 Subject: [PATCH] Update Dependencies --- app/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2e6bb57..035a301 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,14 +37,14 @@ dependencies { implementation 'com.googlecode.libphonenumber:libphonenumber:8.12.6' implementation 'org.slf4j:slf4j-simple:1.7.30' implementation 'androidx.browser:browser:1.2.0' - implementation 'androidx.appcompat:appcompat:1.1.0' + implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.android.material:material:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'androidx.core:core-ktx:1.3.0' + implementation 'com.google.android.material:material:1.2.1' + implementation 'androidx.constraintlayout:constraintlayout:2.0.2' + implementation 'androidx.core:core-ktx:1.3.2' implementation 'androidx.preference:preference-ktx:1.1.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test:runner:1.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' + androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' }