Skip to content

Commit 63f32b6

Browse files
committed
[[ Android ]] Update API target for additional android archs
1 parent 9579ce7 commit 63f32b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
'x86-linux-debian8',
2727
'x86_64-linux-debian8',
2828
'armv6-android-api26',
29-
'armv7-android-api9',
30-
'arm64-android-api9',
31-
'x86-android-api9',
32-
'x86_64-android-api9',
29+
'armv7-android-api26',
30+
'arm64-android-api26',
31+
'x86-android-api26',
32+
'x86_64-android-api26',
3333
'universal-mac-macosx10.9', # Minimum deployment target
3434
'universal-ios-iphoneos11.4',
3535
'universal-ios-iphoneos11.2',

0 commit comments

Comments
 (0)