Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Commit

Permalink
Migrates to NDK 19b, fixes #154
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Sep 15, 2019
1 parent 9005409 commit 6027ad4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ android.minapi = 21
android.sdk = 20
# (str) Android NDK version to use
android.ndk = 17c
android.ndk = 19b
# (int) Android NDK API to use. This is the minimum API your app will support, it should usually match android.minapi.
android.ndk_api = 21
Expand Down Expand Up @@ -246,7 +246,7 @@ android.arch = armeabi-v7a
p4a.fork = kivy
# (str) python-for-android branch to use, defaults to master
p4a.branch = v2019.08.09
p4a.branch = develop
# (str) python-for-android git clone directory (if empty, it will be automatically cloned from github)
#p4a.source_dir =
Expand Down
6 changes: 6 additions & 0 deletions src/etherollapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log


## [Unreleased]

- Bumps Kivy related dependencies
- Migrates to NDK 19b, refs #154


## [v2019.0911]

- Update to KivyMD==20181106, refs #144
Expand Down

0 comments on commit 6027ad4

Please sign in to comment.