Skip to content

Instantly share code, notes, and snippets.

@obfusk
Created February 10, 2023 18:58
Show Gist options
  • Save obfusk/dfe6ddd31e0b8056c3c78151599f4346 to your computer and use it in GitHub Desktop.
Save obfusk/dfe6ddd31e0b8056c3c78151599f4346 to your computer and use it in GitHub Desktop.
convert AndroidManifest.xml to binary XML w/ aapt2 link
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1" android:compileSdkVersion="29" android:compileSdkVersionCodename="10.0.0" package="com.example" platformBuildVersionCode="29" platformBuildVersionName="10.0.0">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment