We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7681c3 commit 1842ea2Copy full SHA for 1842ea2
src/main/java/com/reandroid/app/AndroidManifest.java
@@ -88,9 +88,11 @@ default void setCompileSdk(AndroidApiLevel apiLevel){
88
int ID_maxSdkVersion = ObjectsUtil.of(0x01010271);
89
int ID_minSdkVersion = ObjectsUtil.of(0x0101020c);
90
int ID_name = ObjectsUtil.of(0x01010003);
91
+ int ID_requiredSplitTypes = ObjectsUtil.of(0x0101064e);
92
int ID_resource = ObjectsUtil.of(0x01010025);
93
int ID_roundIcon = ObjectsUtil.of(0x0101052c);
94
int ID_screenOrientation = ObjectsUtil.of(0x0101001e);
95
+ int ID_splitTypes = ObjectsUtil.of(0x0101064f);
96
int ID_targetActivity = ObjectsUtil.of(0x01010202);
97
int ID_targetSdkVersion = ObjectsUtil.of(0x01010270);
98
int ID_theme = ObjectsUtil.of(0x01010000);
0 commit comments