Skip to content

Commit

Permalink
feat: update internal framework to API 34 (Upside Down Cake Preview) (#…
Browse files Browse the repository at this point in the history
…3063)

* feat: update internal framework to API 34 (Upside Down Cake Preview)

* test: add assertion for API34 property
  • Loading branch information
iBotPeaches committed May 13, 2023
1 parent 48b71b3 commit fb4889f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -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 &amp; B">
<application android:label="Issue2799 &amp; B" android:enableOnBackInvokedCallback="true">
<meta-data name="test_int_as_string" value="\ 12345" />
<meta-data name="test_int" value="12345" />
</application>
Expand Down

2 comments on commit fb4889f

@Rexluger
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's mine

@BluePillBreaker
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When update will be rolled out?

Please sign in to comment.