Skip to content

Commit 1842ea2

Browse files
committed
Add resource ids of requiredSplitTypes & splitTypes on manifest
1 parent f7681c3 commit 1842ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/reandroid/app/AndroidManifest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ default void setCompileSdk(AndroidApiLevel apiLevel){
8888
int ID_maxSdkVersion = ObjectsUtil.of(0x01010271);
8989
int ID_minSdkVersion = ObjectsUtil.of(0x0101020c);
9090
int ID_name = ObjectsUtil.of(0x01010003);
91+
int ID_requiredSplitTypes = ObjectsUtil.of(0x0101064e);
9192
int ID_resource = ObjectsUtil.of(0x01010025);
9293
int ID_roundIcon = ObjectsUtil.of(0x0101052c);
9394
int ID_screenOrientation = ObjectsUtil.of(0x0101001e);
95+
int ID_splitTypes = ObjectsUtil.of(0x0101064f);
9496
int ID_targetActivity = ObjectsUtil.of(0x01010202);
9597
int ID_targetSdkVersion = ObjectsUtil.of(0x01010270);
9698
int ID_theme = ObjectsUtil.of(0x01010000);

0 commit comments

Comments
 (0)