@ -7,7 +7,7 @@ Current {{ include.app_name }} stable version: <strong>{{ site.latest_release }}
|Architecture |Android version |
|:--- |:--- |
|< label for = "{{ app_target }}_arch_arm" > < input onclick = "radioClick('{{ app_target }}', this)" value = "arm" type = "radio" name = "{{ app_target }}_arch" id = "{{ app_target }}_arch_arm" checked / > ARM< / label > |< label for = "{{ app_target }}_sdk_19 " > < input onclick = "radioClick('{{ app_target }}', this)" type = "radio" name = "{{ app_target }}_sdk" id = "{{ app_target }}_sdk_19 " value = "19 " { % if app_target = = ' systemwebview ' % } disabled = "disabled" { % endif % } { % if app_target = = ' extension ' % } checked { % endif % } / > KitKat 4.4 and above (SDK19 )< / label > |
|< label for = "{{ app_target }}_arch_arm" > < input onclick = "radioClick('{{ app_target }}', this)" value = "arm" type = "radio" name = "{{ app_target }}_arch" id = "{{ app_target }}_arch_arm" checked / > ARM< / label > |< label for = "{{ app_target }}_sdk_2 1" > < input onclick = "radioClick('{{ app_target }}', this)" type = "radio" name = "{{ app_target }}_sdk" id = "{{ app_target }}_sdk_2 1" value = "2 1" { % if app_target = = ' systemwebview ' % } disabled = "disabled" { % endif % } { % if app_target = = ' extension ' % } checked { % endif % } / > Lollipop 5.0 and above (SDK21 )< / label > |
|< label for = "{{ app_target }}_arch_arm64" > < input onclick = "radioClick('{{ app_target }}', this)" value = "arm64" type = "radio" name = "{{ app_target }}_arch" id = "{{ app_target }}_arch_arm64" { % if app_target = = ' extension ' % } disabled = "disabled" { % endif % } / > ARM64< / label > |< label for = "{{ app_target }}_sdk_24" > < input onclick = "radioClick('{{ app_target }}', this)" type = "radio" name = "{{ app_target }}_sdk" id = "{{ app_target }}_sdk_24" value = "24" { % if app_target = = ' systemwebview ' or app_target = = ' extension ' % } disabled = "disabled" { % endif % } { % if app_target ! = ' extension ' % } checked { % endif % } / > Nougat and above (SDK24)< / label > |
|< label for = "{{ app_target }}_arch_x86" > < input onclick = "radioClick('{{ app_target }}', this)" value = "x86" type = "radio" name = "{{ app_target }}_arch" id = "{{ app_target }}_arch_x86" { % if app_target = = ' extension ' % } disabled = "disabled" { % endif % } / > X86< / label > | |