mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-01 14:44:26 +02:00
Suppress overwriting platformBuildVersion[Code/Name]
- fixes #890 - introduces unit-test comparing manifest
This commit is contained in:
parent
ae15b2a7f7
commit
aee0792e00
Binary file not shown.
BIN
brut.apktool/apktool-lib/src/main/resources/prebuilt/aapt/macosx/aapt
Executable file → Normal file
BIN
brut.apktool/apktool-lib/src/main/resources/prebuilt/aapt/macosx/aapt
Executable file → Normal file
Binary file not shown.
Binary file not shown.
@ -62,6 +62,11 @@ public class BuildAndDecodeTest {
|
||||
assertTrue(sTestNewDir.isDirectory());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void manifestTaggingNotSupressed() throws BrutException {
|
||||
compareXmlFiles("AndroidManifest.xml");
|
||||
}
|
||||
|
||||
@Test
|
||||
public void valuesAnimsTest() throws BrutException {
|
||||
compareValuesFiles("values-mcc001/anims.xml");
|
||||
|
@ -1,2 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest package="brut.apktool.testapp" xmlns:android="http://schemas.android.com/apk/res/android" />
|
||||
<manifest package="brut.apktool.testapp" xmlns:android="http://schemas.android.com/apk/res/android" platformBuildVersionCode="20" platformBuildVersionName="4.4W.2-1537038" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user