From 7b26e8b8189a3a3a95967ca3d8e16bd9228b38cd Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sat, 17 Oct 2020 06:46:36 -0700 Subject: [PATCH] Update dependencies --- app/build.gradle.kts | 5 +++-- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1040387f6..9f89a2a41 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -51,11 +51,12 @@ android { packagingOptions { exclude("/META-INF/**") - exclude("/androidsupportmultidexversion.txt") exclude("/org/bouncycastle/**") exclude("/kotlin/**") exclude("/kotlinx/**") exclude("/okhttp3/**") + exclude("/*.txt") + exclude("/*.bin") } kotlinOptions { @@ -133,7 +134,7 @@ dependencies { implementation("androidx.navigation:navigation-ui-ktx:${vNav}") implementation("androidx.biometric:biometric:1.0.1") - implementation("androidx.constraintlayout:constraintlayout:2.0.1") + implementation("androidx.constraintlayout:constraintlayout:2.0.2") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") implementation("androidx.browser:browser:1.2.0") implementation("androidx.preference:preference:1.1.1") diff --git a/build.gradle.kts b/build.gradle.kts index 690dd525f..ab7da5c23 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ buildscript { maven { url = uri("https://kotlin.bintray.com/kotlinx") } } - val vNav = "2.3.0" + val vNav = "2.3.1" extra["vNav"] = vNav dependencies {