Skip to content

Commit 4b4310f

Browse files
matthargettKudo
andauthored
Update scripts/start.sh
Co-authored-by: Kudo Chien <ckchien@gmail.com>
1 parent ea40648 commit 4b4310f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

3-
export ANDROID_API_FOR_ABI_32=29
4-
export ANDROID_API_FOR_ABI_64=29
3+
export ANDROID_API_FOR_ABI_32=24
4+
export ANDROID_API_FOR_ABI_64=24
55
export ANDROID_TARGET_API=35
66
export ROOTDIR=$PWD
77

0 commit comments

Comments
 (0)