1 Star 0 Fork 23

钱离彭 / AppPay

forked from Jenly / AppPay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 600 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
jenly1314 提交于 2019-03-21 15:56 . Initial commit
language: android
jdk: oraclejdk8
before_install:
- yes | sdkmanager "platforms;android-28"
env:
global:
- ANDROID_API_LEVEL=28
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
- TRAVIS_SECURE_ENV_VARS=true
android:
components:
# The BuildTools version used by your project
- tools
- platform-tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- extra-android-m2repository
- extra-google-android-support
# The SDK version used to compile your project
- android-$ANDROID_API_LEVEL
licenses:
- '.+'
script:
- ./gradlew clean
- ./gradlew assembleDebug
Android
1
https://gitee.com/qian_peng_peng/AppPay.git
git@gitee.com:qian_peng_peng/AppPay.git
qian_peng_peng
AppPay
AppPay
master

搜索帮助