Update deps (#2170)

This commit is contained in:
LoveSy 2022-10-14 00:54:25 +08:00 committed by GitHub
parent d7cb4c7818
commit 82bc5cab0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View File

@ -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")

View File

@ -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)

View File

@ -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)

2
external/lsplant vendored

@ -1 +1 @@
Subproject commit 0864159fc4a3120acdd74dd5135af1d2b34d9d25
Subproject commit 44a7ae9fd0f8e9ba32b2bb35f2981efecc130732

View File

@ -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

View File

@ -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)