Skip to content

Commit a19c771

Browse files
committed
Merge pull request kivy#442 from kivy/default_api_15
[revamp] toolchain: Update DEFAULT_ANDROID_API to 15
2 parents 21acd88 + 9708d14 commit a19c771

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)