mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-26 03:37:33 +01:00
test (aapt/aapt2): ensure ampersand is escaped on android:label (#2802)
* test (aapt/aapt2): ensure ampersand is escaped on android:label * build (workflow): ensure test changes force ci rebuild
This commit is contained in:
parent
420406b553
commit
d38eceedae
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
- '**.java'
|
||||
- '**.gradle'
|
||||
- 'brut.apktool/apktool-lib/src/main/resources/**'
|
||||
- 'brut.apktool/apktool-lib/src/test/**'
|
||||
- '.github/workflows/**'
|
||||
|
||||
env:
|
||||
|
@ -2,7 +2,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:appCategory="game" android:compileSdkVersion="23" android:compileSdkVersionCodename="6.0-2438415" package="brut.apktool.testapp" platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415">
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
<uses-feature android:glEsVersion="0x00030002" />
|
||||
<application>
|
||||
<application android:label="Issue2799 & B">
|
||||
<meta-data name="test_int_as_string" value="\ 12345" />
|
||||
<meta-data name="test_int" value="12345" />
|
||||
</application>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:appCategory="game" android:compileSdkVersion="23" android:compileSdkVersionCodename="6.0-2438415" package="brut.apktool.aapt1.testapp" platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415">
|
||||
<application>
|
||||
<application android:label="Issue2799 & B">
|
||||
<meta-data name="test_int_as_string" value="\ 12345" />
|
||||
<meta-data name="test_int" value="12345" />
|
||||
</application>
|
||||
|
Loading…
x
Reference in New Issue
Block a user