Update deps (#2016)
This commit is contained in:
parent
f565075c43
commit
666e8780c7
|
|
@ -159,7 +159,7 @@ dependencies {
|
|||
implementation("dev.rikka.rikkax.appcompat:appcompat:1.4.1")
|
||||
implementation("dev.rikka.rikkax.core:core:1.4.0")
|
||||
implementation("dev.rikka.rikkax.insets:insets:1.3.0")
|
||||
implementation("dev.rikka.rikkax.material:material:2.4.0")
|
||||
implementation("dev.rikka.rikkax.material:material:2.5.0")
|
||||
implementation("dev.rikka.rikkax.material:material-preference:2.0.0")
|
||||
implementation("dev.rikka.rikkax.preference:simplemenu-preference:1.0.3")
|
||||
implementation("dev.rikka.rikkax.recyclerview:recyclerview-ktx:1.3.1")
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ import android.content.Context;
|
|||
import android.content.Intent;
|
||||
import android.content.IntentFilter;
|
||||
import android.content.SharedPreferences;
|
||||
import android.content.res.Configuration;
|
||||
import android.os.Build;
|
||||
import android.os.Looper;
|
||||
import android.os.Process;
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ android {
|
|||
dependencies {
|
||||
implementation("org.apache.commons:commons-lang3:3.12.0")
|
||||
implementation("de.upb.cs.swt:axml:2.1.2")
|
||||
compileOnly("androidx.annotation:annotation:1.3.0")
|
||||
compileOnly("androidx.annotation:annotation:1.4.0")
|
||||
compileOnly(projects.hiddenapi.stubs)
|
||||
implementation(projects.hiddenapi.bridge)
|
||||
implementation(projects.services.daemonService)
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ afterEvaluate {
|
|||
dependencies {
|
||||
implementation("com.android.tools.build:apksig:$agpVersion")
|
||||
implementation("org.apache.commons:commons-lang3:3.12.0")
|
||||
compileOnly("androidx.annotation:annotation:1.3.0")
|
||||
compileOnly("androidx.annotation:annotation:1.4.0")
|
||||
compileOnly(projects.hiddenapi.stubs)
|
||||
implementation(projects.hiddenapi.bridge)
|
||||
implementation(projects.services.daemonService)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ca19d61942994a72b8bf875ea7ed97c0e0513b74
|
||||
Subproject commit 3bc395a08c526c5d4df7db257f2ffc31509a2bb5
|
||||
|
|
@ -112,7 +112,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("androidx.annotation:annotation:1.3.0")
|
||||
compileOnly("androidx.annotation:annotation:1.4.0")
|
||||
compileOnly(projects.hiddenapi.stubs)
|
||||
implementation(projects.core)
|
||||
implementation(projects.hiddenapi.bridge)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4eea6d5794e046aeae4e57022c6cc1f7201559d5
|
||||
Subproject commit ff5cd853e166e5290eaa439bd24994e9cb709e4e
|
||||
Loading…
Reference in New Issue