Update dependencies

This commit is contained in:
topjohnwu 2024-07-24 16:53:15 -07:00
parent 9c03514eb1
commit 021ae891a9
4 changed files with 7 additions and 7 deletions

View File

@ -59,8 +59,8 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("androidx.recyclerview:recyclerview:1.3.2") implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.transition:transition:1.5.0") implementation("androidx.transition:transition:1.5.1")
implementation("androidx.fragment:fragment-ktx:1.8.1") implementation("androidx.fragment:fragment-ktx:1.8.2")
implementation("androidx.appcompat:appcompat:1.7.0") implementation("androidx.appcompat:appcompat:1.7.0")
implementation("com.google.android.material:material:1.12.0") implementation("com.google.android.material:material:1.12.0")

View File

@ -61,8 +61,8 @@ dependencies {
implementation("androidx.core:core-splashscreen:1.0.1") implementation("androidx.core:core-splashscreen:1.0.1")
implementation("androidx.core:core-ktx:1.13.1") implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.activity:activity:1.9.0") implementation("androidx.activity:activity:1.9.1")
implementation("androidx.collection:collection-ktx:1.4.1") implementation("androidx.collection:collection-ktx:1.4.2")
implementation("androidx.profileinstaller:profileinstaller:1.3.1") implementation("androidx.profileinstaller:profileinstaller:1.3.1")
implementation("androidx.lifecycle:lifecycle-process:2.8.3") implementation("androidx.lifecycle:lifecycle-process:2.8.4")
} }

View File

@ -6,7 +6,7 @@ plugins {
lsparanoid { lsparanoid {
seed = if (RAND_SEED != 0) RAND_SEED else null seed = if (RAND_SEED != 0) RAND_SEED else null
includeDependencies = true includeDependencies = true
global = true classFilter = { true }
} }
android { android {

View File

@ -29,6 +29,6 @@ dependencies {
implementation("com.android.tools.build:gradle:8.5.1") implementation("com.android.tools.build:gradle:8.5.1")
implementation("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.0.0-1.0.23") implementation("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.0.0-1.0.23")
implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7") implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7")
implementation("org.lsposed.lsparanoid:gradle-plugin:0.5.2") implementation("org.lsposed.lsparanoid:gradle-plugin:0.6.0")
implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r") implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r")
} }