mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 13:27:37 +02:00
Shared Library Rebuilding Support
- handles references with shared resources - adds support for --shared-lib - update unit-tests
This commit is contained in:
@ -10,6 +10,7 @@ versionInfo:
|
||||
versionCode: '1'
|
||||
versionName: '1.0'
|
||||
compressionType: false
|
||||
sharedLibrary: false
|
||||
unknownFiles:
|
||||
hidden.file: '8'
|
||||
unk_folder/unknown_file: '8'
|
||||
|
@ -1,2 +1,3 @@
|
||||
version: 2.0.0
|
||||
apkFileName: testjar.jar
|
||||
sharedLibrary: false
|
||||
|
Reference in New Issue
Block a user