mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Merge pull request #119 from kiwix/mhutti1/testimprovements
Fetch licenses from kiwix server
This commit is contained in:
commit
a63ce1f4ed
@ -2,13 +2,12 @@ language: android
|
|||||||
|
|
||||||
jdk: oraclejdk8
|
jdk: oraclejdk8
|
||||||
|
|
||||||
android:
|
sudo: required
|
||||||
components:
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --user 'requests[security]'
|
- pip install --user 'requests[security]'
|
||||||
- mkdir $ANDROID_HOME/licenses
|
- wget -r -nH -nd -np -R index.html* robots.txt* http://download.kiwix.org/dev/android/api/licenses/ -e robots=off -P $ANDROID_HOME/licenses || true
|
||||||
- wget -r -nH -nd -np -R index.html* mhutti1.eu/api/licenses/ -P $ANDROID_HOME/licenses
|
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
||||||
|
@ -69,7 +69,6 @@
|
|||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
<style name="DayMenu" parent="@android:style/TextAppearance.Widget.IconMenu.Item">
|
<style name="DayMenu" parent="@android:style/TextAppearance.Widget.IconMenu.Item">
|
||||||
<item name="android:textColor">@color/primary_dark</item>
|
<item name="android:textColor">@color/primary_dark</item>
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user