Last active
February 26, 2018 13:44
-
-
Save igorwojda/aa2bb39c103fe738bdaec9e4c1a80eac to your computer and use it in GitHub Desktop.
Apk split version codes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
universal: 1, 2, 3 | |
x86: 100001, 100002, 100003 | |
x86_64: 200001, 200002, 200003 | |
armeabi-v7a: 300001, 300002, 300003 | |
arm64-v8a: 400001, 400002, 400003 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment