Skip to content

Commit

Permalink
chore: updater dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiiMachine committed Feb 7, 2025
1 parent f6c199b commit bf4666d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ android {
excludes += "/com/android/tools/smali/**"
excludes += "/org/eclipse/jgit/**"

// Other
// bouncycastle
excludes += "/META-INF/versions/9/OSGI-INF/MANIFEST.MF"
excludes += "/org/bouncycastle/**"
}
jniLibs {
Expand Down
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
[versions]
accompanist = "0.37.0"
agp = "8.7.3" # 8.8 breaks proguard
androidx-activity = "1.9.3"
androidx-activity = "1.10.0"
androidx-core = "1.15.0"
androidx-splashscreen = "1.0.1"
androidx-lifecycle = "2.8.7"
apksig = "8.8.0"
axml = "1.0.1"
binary-resources = "2.0.0"
bouncycastle = "1.70"
coil = "3.0.4"
compose = "1.7.6"
compose-tracing = "1.7.6"
bouncycastle = "1.80"
coil = "3.1.0"
compose = "1.7.7"
compose-tracing = "1.7.7"
compose-material3 = "1.3.1"
#diff = "4.12"
koin = "4.0.1"
kotlin = "2.1.0"
koin = "4.0.2"
kotlin = "2.1.10"
kotlinx-immutable = "0.3.8"
kotlinx-serialization = "1.8.0"
ktor = "3.0.3"
microg = "0.3.6.244735"
shimmer = "1.3.1"
shimmer = "1.3.2"
smali = "3.0.9"
voyager = "1.0.1"
zip = "2.1.1"
zip = "2.2.0"

[libraries]
# Accompanist
Expand Down Expand Up @@ -77,7 +77,7 @@ voyager-koin = { module = "cafe.adriel.voyager:voyager-koin", version.ref = "voy
apksig = { module = "com.android.tools.build:apksig", version.ref = "apksig" }
axml = { module = "com.aliucord:axml", version.ref = "axml" }
binaryResources = { module = "com.aliucord:binary-resources", version.ref = "binary-resources" }
bouncycastle = { module = "org.bouncycastle:bcpkix-jdk15on", version.ref = "bouncycastle" }
bouncycastle = { module = "org.bouncycastle:bcpkix-jdk18on", version.ref = "bouncycastle" }
#diff = { module = "io.github.java-diff-utils:java-diff-utils", version.ref = "diff" }
diff = "com.github.Aliucord:java-diff-utils:a0002d1d40" # TODO: remove when https://github.com/java-diff-utils/java-diff-utils/pull/198 is merged
smali = { module = "com.android.tools.smali:smali", version.ref = "smali" }
Expand Down

0 comments on commit bf4666d

Please sign in to comment.