Skip to content

Commit 9708d14

Browse files
committed
Toolchain: Update DEFAULT_ANDROID_API to 15
ANDROID_API = 14 is obsolete according to the Android SDK Manager. Thats why I would suggest to update the DEFAULT_ANDROID_API at least to the next supported version.
1 parent 21acd88 commit 9708d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
sys.path.insert(0, join(curdir, "tools", "external"))
4444

4545

46-
DEFAULT_ANDROID_API = 14
46+
DEFAULT_ANDROID_API = 15
4747

4848
class LevelDifferentiatingFormatter(logging.Formatter):
4949
def format(self, record):

0 commit comments

Comments
 (0)