mirror of
https://github.com/ethauvin/kotlin-pluralizer.git
synced 2025-04-25 08:47:12 -07:00
28 lines
394 B
YAML
28 lines
394 B
YAML
language: android
|
|
|
|
android:
|
|
components:
|
|
- tools
|
|
- platform-tools
|
|
- build-tools-24.0.2
|
|
- extra-android-m2repository
|
|
- android-24
|
|
|
|
jdk:
|
|
- oraclejdk8
|
|
|
|
branches:
|
|
except:
|
|
- gh-pages
|
|
|
|
notifications:
|
|
email: false
|
|
|
|
sudo: false
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.gradle/caches/
|
|
- $HOME/.gradle/wrapper/
|
|
- $HOME/.gradle/native/
|
|
- $HOME/.gradle/daemon/native/
|