mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-13 13:27:37 +02:00
Suppress overwriting platformBuildVersion[Code/Name]
- fixes #890 - introduces unit-test comparing manifest
This commit is contained in:
@ -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" />
|
||||
|
Reference in New Issue
Block a user