Commit 7b26e8b8 authored by topjohnwu's avatar topjohnwu

Update dependencies

parent 2da5fcb0
...@@ -51,11 +51,12 @@ android { ...@@ -51,11 +51,12 @@ android {
packagingOptions { packagingOptions {
exclude("/META-INF/**") exclude("/META-INF/**")
exclude("/androidsupportmultidexversion.txt")
exclude("/org/bouncycastle/**") exclude("/org/bouncycastle/**")
exclude("/kotlin/**") exclude("/kotlin/**")
exclude("/kotlinx/**") exclude("/kotlinx/**")
exclude("/okhttp3/**") exclude("/okhttp3/**")
exclude("/*.txt")
exclude("/*.bin")
} }
kotlinOptions { kotlinOptions {
...@@ -133,7 +134,7 @@ dependencies { ...@@ -133,7 +134,7 @@ dependencies {
implementation("androidx.navigation:navigation-ui-ktx:${vNav}") implementation("androidx.navigation:navigation-ui-ktx:${vNav}")
implementation("androidx.biometric:biometric:1.0.1") 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.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("androidx.browser:browser:1.2.0") implementation("androidx.browser:browser:1.2.0")
implementation("androidx.preference:preference:1.1.1") implementation("androidx.preference:preference:1.1.1")
......
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
maven { url = uri("https://kotlin.bintray.com/kotlinx") } maven { url = uri("https://kotlin.bintray.com/kotlinx") }
} }
val vNav = "2.3.0" val vNav = "2.3.1"
extra["vNav"] = vNav extra["vNav"] = vNav
dependencies { dependencies {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment