Skip to content

Commit c27a6bf

Browse files
committed
Merge branch 'doc_and_cosmetics' of https://github.com/kivy/python-for-android into doc_and_cosmetics
2 parents 101a730 + 4dd1f3d commit c27a6bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pythonforandroid/bootstraps/sdl2/build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def make_package(args):
409409

410410
def parse_args(args=None):
411411
global BLACKLIST_PATTERNS, WHITELIST_PATTERNS, PYTHON
412-
default_android_api = 12
412+
default_android_api = 19
413413
import argparse
414414
ap = argparse.ArgumentParser(description='''\
415415
Package a Python application for Android.

pythonforandroid/bootstraps/sdl2/build/jni/Application.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55

66
# APP_ABI := armeabi armeabi-v7a x86
77
APP_ABI := $(ARCH)
8+
APP_PLATFORM := android-19

0 commit comments

Comments
 (0)