update .travis.yml & move screenshots to separate folder
This commit is contained in:
parent
2e2d7d02fb
commit
fd8f600fec
|
@ -2,15 +2,15 @@ language: android
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
# The BuildTools version used by NewPipe
|
# The BuildTools version used by NewPipe
|
||||||
- build-tools-23.0.1
|
- build-tools-23.0.2
|
||||||
|
|
||||||
# The SDK version used to compile NewPipe
|
# The SDK version used to compile NewPipe
|
||||||
- android-23
|
- android-23
|
||||||
|
|
||||||
# Additional components
|
# Additional components
|
||||||
- extra-android-support
|
- extra-android-support
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
|
||||||
# Emulators
|
# Emulators
|
||||||
- sys-img-armeabi-v7a-android-21
|
- sys-img-armeabi-v7a-android-21
|
||||||
- sys-img-armeabi-v7a-android-19
|
- sys-img-armeabi-v7a-android-19
|
||||||
|
|
|
@ -13,8 +13,8 @@ Project status:
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
[<img src="assets/screenshot_1.png" width=200>](assets/screenshot_1.png)
|
[<img src="screenshots/screenshot_1.png" width=150>](screenshots/screenshot_1.png)
|
||||||
[<img src="assets/screenshot_2.png" width=200>](assets/screenshot_2.png)
|
[<img src="screenshots/screenshot_2.png" width=150>](screenshots/screenshot_2.png)
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 252 KiB |
Binary file not shown.
Before Width: | Height: | Size: 166 KiB |
Loading…
Reference in New Issue