1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

android build updates (#70)

This commit is contained in:
lufebe16 2018-04-09 10:54:04 +02:00 committed by GitHub
parent 4fa1427d89
commit ab314ddc31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -9,12 +9,12 @@ python3 -m pythonforandroid.toolchain apk \
--ndk-version r12b \
--arch armeabi-v7a \
--dist-name pysolfc \
--name pysolfc \
--name PySolFC \
--bootstrap=sdl2 \
--requirements kivy,hostpython2,random2 \
--minsdk 14 \
--private tmp/src \
--package org.lufebe16.gh.pysolfc \
--package org.lufebe16.pysolfc \
--version ${version} \
--orientation sensor \
--color=always \

View file

@ -40,14 +40,14 @@ python3 -m pythonforandroid.toolchain apk \
--ndk-version r12b \
--arch armeabi-v7a \
--dist-name pysolfc \
--name pysolfc \
--name PySolFC \
--bootstrap=sdl2 \
--requirements kivy,hostpython2,random2 \
--release \
--sign \
--minsdk 14 \
--private tmp/src \
--package org.lufebe16.gh.pysolfc \
--package org.lufebe16.pysolfc \
--version ${version} \
--orientation sensor \
--color=always \

View file

@ -28,13 +28,13 @@ python3 -m pythonforandroid.toolchain apk \
--ndk-version r12b \
--arch armeabi-v7a \
--dist-name pysolfc \
--name pysolfc \
--name PySolFC \
--bootstrap=sdl2 \
--requirements kivy,hostpython2,random2 \
--release \
--minsdk 14 \
--private tmp/src \
--package org.lufebe16.gh.pysolfc \
--package org.lufebe16.pysolfc \
--version ${version} \
--orientation sensor \
--color=always \