mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
feat: update internal framework to API 34 (Upside Down Cake Preview) (#3063)
* feat: update internal framework to API 34 (Upside Down Cake Preview) * test: add assertion for API34 property
This commit is contained in:
parent
48b71b34b1
commit
fb4889f432
Binary file not shown.
@ -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 android:label="Issue2799 & B">
|
||||
<application android:label="Issue2799 & B" android:enableOnBackInvokedCallback="true">
|
||||
<meta-data name="test_int_as_string" value="\ 12345" />
|
||||
<meta-data name="test_int" value="12345" />
|
||||
</application>
|
||||
|
Loading…
Reference in New Issue
Block a user