From d6f84df00bb87c3457c746c497f20bbb923875da Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sat, 27 Jun 2020 15:25:09 -0400 Subject: [PATCH] fix: leading 0s not supported in aapt anymore --- .../src/test/resources/aapt1/testapp/res/xml/literals.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/xml/literals.xml b/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/xml/literals.xml index aa360a75..8fa53175 100644 --- a/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/xml/literals.xml +++ b/brut.apktool/apktool-lib/src/test/resources/aapt1/testapp/res/xml/literals.xml @@ -12,5 +12,5 @@ test10="\u0005" test11=" foo bar " test12="foo \n bar" - test15="005" + test15="5" />