fix: leading 0s not supported in aapt anymore

This commit is contained in:
Connor Tumbleson 2020-06-27 15:25:09 -04:00 committed by Connor Tumbleson
parent efeb09e037
commit d6f84df00b

View File

@ -12,5 +12,5 @@
test10="\u0005"
test11=" foo bar "
test12="foo \n bar"
test15="005"
test15="5"
/>