Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.travis.yml 265 Bytes
Copy Edit Raw Blame History
Eric authored 2017-05-12 13:14 . update build-tools version
language: android
android:
components:
- tools
- platform-tools
- build-tools-25.0.3
- android-25
- extra-android-m2repository
jdk:
- oraclejdk8
notifications:
email: false
script:
- ./gradlew assemble check
- ./gradlew checkstyle
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化