mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-10 05:16:18 +00:00
chore: Merge branch dev to main (#63)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
## [3.0.2-dev.1](https://github.com/ReVanced/revanced-library/compare/v3.0.1...v3.0.2-dev.1) (2024-11-05)
|
||||
|
||||
## [3.0.1](https://github.com/ReVanced/revanced-library/compare/v3.0.0...v3.0.1) (2024-10-13)
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version = 3.0.1
|
||||
version = 3.0.2-dev.1
|
||||
#Gradle
|
||||
org.gradle.jvmargs = -Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options="-Xmx2048M"
|
||||
org.gradle.caching = true
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
[versions]
|
||||
android = "8.5.1"
|
||||
android = "8.5.2"
|
||||
bcpkix-jdk18on = "1.77"
|
||||
binary-compatibility-validator = "0.15.1"
|
||||
core-ktx = "1.13.1"
|
||||
guava = "33.0.0-jre"
|
||||
core-ktx = "1.15.0"
|
||||
guava = "33.2.1-jre"
|
||||
jadb = "1.2.1"
|
||||
kotlin = "2.0.20"
|
||||
kotlinx-coroutines = "1.8.1"
|
||||
kotlinx-serialization = "1.7.1"
|
||||
libsu = "5.2.2"
|
||||
revanced-patcher = "20.0.0"
|
||||
revanced-patcher = "21.0.0"
|
||||
|
||||
[libraries]
|
||||
apkzlib = { module = "com.android.tools.build:apkzlib", version.ref = "android" }
|
||||
|
||||
@@ -82,7 +82,7 @@ object ApkUtils {
|
||||
// Delete resources that were staged for deletion.
|
||||
if (resources.deleteResources.isNotEmpty()) {
|
||||
targetApkZFile.entries().filter { entry ->
|
||||
resources.deleteResources.any { shouldDelete -> shouldDelete(entry.centralDirectoryHeader.name) }
|
||||
entry.centralDirectoryHeader.name in resources.deleteResources
|
||||
}.forEach(StoredEntry::delete)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user