Skip to content

Commit be9b709

Browse files
committed
Set API_LEVEL to 23
1 parent bfadded commit be9b709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.defines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ __MAKEFILE_DEFINES__ := 1
2020

2121
include $(BOLOS_SDK)/Makefile.target
2222

23-
API_LEVEL := 0
23+
API_LEVEL := 23
2424

2525
# APPNAME exposed to the app as a CFLAG because it might contain spaces
2626
CFLAGS += -DAPPNAME=\"$(APPNAME)\"

0 commit comments

Comments
 (0)