Skip to content

Commit fb4889f

Browse files
authored
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
1 parent 48b71b3 commit fb4889f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

brut.apktool/apktool-lib/src/test/resources/aapt2/testapp/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3-
<application android:label="Issue2799 &amp; B">
3+
<application android:label="Issue2799 &amp; B" android:enableOnBackInvokedCallback="true">
44
<meta-data name="test_int_as_string" value="\ 12345" />
55
<meta-data name="test_int" value="12345" />
66
</application>

0 commit comments

Comments
 (0)