mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-10 21:36:17 +00:00
build(Needs bump): Bump dependencies
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
[versions]
|
[versions]
|
||||||
android = "8.5.1"
|
android = "8.5.2"
|
||||||
bcpkix-jdk18on = "1.77"
|
bcpkix-jdk18on = "1.77"
|
||||||
binary-compatibility-validator = "0.15.1"
|
binary-compatibility-validator = "0.15.1"
|
||||||
core-ktx = "1.13.1"
|
core-ktx = "1.15.0"
|
||||||
guava = "33.0.0-jre"
|
guava = "33.2.1-jre"
|
||||||
jadb = "1.2.1"
|
jadb = "1.2.1"
|
||||||
kotlin = "2.0.20"
|
kotlin = "2.0.20"
|
||||||
kotlinx-coroutines = "1.8.1"
|
kotlinx-coroutines = "1.8.1"
|
||||||
kotlinx-serialization = "1.7.1"
|
kotlinx-serialization = "1.7.1"
|
||||||
libsu = "5.2.2"
|
libsu = "5.2.2"
|
||||||
revanced-patcher = "20.0.0"
|
revanced-patcher = "21.0.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
apkzlib = { module = "com.android.tools.build:apkzlib", version.ref = "android" }
|
apkzlib = { module = "com.android.tools.build:apkzlib", version.ref = "android" }
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ object ApkUtils {
|
|||||||
// Delete resources that were staged for deletion.
|
// Delete resources that were staged for deletion.
|
||||||
if (resources.deleteResources.isNotEmpty()) {
|
if (resources.deleteResources.isNotEmpty()) {
|
||||||
targetApkZFile.entries().filter { entry ->
|
targetApkZFile.entries().filter { entry ->
|
||||||
resources.deleteResources.any { shouldDelete -> shouldDelete(entry.centralDirectoryHeader.name) }
|
entry.centralDirectoryHeader.name in resources.deleteResources
|
||||||
}.forEach(StoredEntry::delete)
|
}.forEach(StoredEntry::delete)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user