mirror of
https://github.com/ReVanced/revanced-library.git
synced 2026-01-11 13:56:17 +00:00
Compare commits
3 Commits
v3.1.0
...
fix/hangin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d97e792d81 | ||
|
|
2a3408599b | ||
|
|
38ff123296 |
@@ -54,6 +54,7 @@ object ApkUtils {
|
||||
ZFile.openReadWrite(apkFile, zFileOptions).use { targetApkZFile ->
|
||||
dexFiles.forEach { dexFile ->
|
||||
targetApkZFile.add(dexFile.name, dexFile.stream)
|
||||
dexFile.stream.close()
|
||||
}
|
||||
|
||||
resources?.let { resources ->
|
||||
|
||||
Reference in New Issue
Block a user