mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-25 07:05:41 +00:00
Update tools versions & prepare JNI work to reduce memory & CPU usage
This commit is contained in:
@@ -23,3 +23,9 @@ android:
|
||||
- 'google-gdk-license-.+'
|
||||
- 'android-sdk-preview-license-.+'
|
||||
- 'android-.*'
|
||||
|
||||
before_install:
|
||||
- wget https://dl.google.com/android/repository/android-ndk-r15c-linux-x86_64.zip > /dev/null
|
||||
- mkdir -p /usr/local/android-sdk/ndk-bundle
|
||||
- unzip android-ndk-r15c-linux-x86_64.zip -d /usr/local/android-sdk/ndk-bundle > /dev/null
|
||||
- export ANDROID_NDK_HOME="/usr/local/android-sdk/ndk-bundle/android-ndk-r15c"
|
||||
Reference in New Issue
Block a user