8000 Toolchain: Update DEFAULT_ANDROID_API to 15 · FluidCoding/python-for-android@e9c4c6a · GitHub
[go: up one dir, main page]

Skip to content < 8000 react-partial partial-name="keyboard-shortcuts-dialog" data-ssr="false" data-attempted-ssr="false" data-react-profiling="false" >

Commit e9c4c6a

Browse files
thopiekarinclement
authored andcommitted
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 92c4030 commit e9c4c6a

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)
0