mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-28 04:25:27 +00:00
Update dependencies
This commit is contained in:
parent
2da5fcb00b
commit
7b26e8b818
@ -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 {
|
|||||||
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 {
|
|||||||
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user