mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 13:56:14 +03:00
837c679815
update buildToolsVersion update rxMarkDown update support libs remove this, because it seems not to be needed (?) ``` - compile 'io.reactivex:rxandroid:1.2.0' - compile 'io.reactivex:rxjava:1.1.5' ```
12 lines
175 B
YAML
12 lines
175 B
YAML
language: android
|
|
|
|
jdk: oraclejdk8
|
|
|
|
android:
|
|
components:
|
|
- tools
|
|
- build-tools-25.0.2
|
|
- android-25
|
|
- extra-android-m2repository
|
|
|
|
script: ./gradlew testDebug
|