Update deps (#2170)
This commit is contained in:
parent
d7cb4c7818
commit
82bc5cab0d
|
|
@ -139,11 +139,11 @@ dependencies {
|
|||
val glideVersion = "4.14.2"
|
||||
val navVersion: String by project
|
||||
annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion")
|
||||
implementation("androidx.activity:activity:1.5.1")
|
||||
implementation("androidx.activity:activity:1.6.0")
|
||||
implementation("androidx.browser:browser:1.4.0")
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
||||
implementation("androidx.core:core:1.9.0")
|
||||
implementation("androidx.fragment:fragment:1.5.2")
|
||||
implementation("androidx.fragment:fragment:1.5.3")
|
||||
implementation("androidx.navigation:navigation-fragment:$navVersion")
|
||||
implementation("androidx.navigation:navigation-ui:$navVersion")
|
||||
implementation("androidx.preference:preference:1.2.0")
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ android {
|
|||
dependencies {
|
||||
implementation("org.apache.commons:commons-lang3:3.12.0")
|
||||
implementation("de.upb.cs.swt:axml:2.1.3")
|
||||
compileOnly("androidx.annotation:annotation:1.4.0")
|
||||
compileOnly("androidx.annotation:annotation:1.5.0")
|
||||
compileOnly(projects.hiddenapi.stubs)
|
||||
implementation(projects.hiddenapi.bridge)
|
||||
implementation(projects.services.daemonService)
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ afterEvaluate {
|
|||
dependencies {
|
||||
implementation("com.android.tools.build:apksig:$agpVersion")
|
||||
implementation("org.apache.commons:commons-lang3:3.12.0")
|
||||
compileOnly("androidx.annotation:annotation:1.4.0")
|
||||
compileOnly("androidx.annotation:annotation:1.5.0")
|
||||
compileOnly(projects.hiddenapi.stubs)
|
||||
implementation(projects.hiddenapi.bridge)
|
||||
implementation(projects.services.daemonService)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0864159fc4a3120acdd74dd5135af1d2b34d9d25
|
||||
Subproject commit 44a7ae9fd0f8e9ba32b2bb35f2981efecc130732
|
||||
|
|
@ -18,5 +18,5 @@ android.nonTransitiveRClass=true
|
|||
android.enableR8.fullMode=true
|
||||
android.useAndroidX=true
|
||||
|
||||
agpVersion=7.3.0
|
||||
agpVersion=7.3.1
|
||||
navVersion=2.5.2
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("androidx.annotation:annotation:1.4.0")
|
||||
compileOnly("androidx.annotation:annotation:1.5.0")
|
||||
compileOnly(projects.hiddenapi.stubs)
|
||||
implementation(projects.core)
|
||||
implementation(projects.hiddenapi.bridge)
|
||||
|
|
|
|||
Loading…
Reference in New Issue