Commit ce95423e authored by Yusuke Iwaki's avatar Yusuke Iwaki Committed by GitHub

Merge branch 'develop' into fix/external-storage-permission

parents c5bde7b9 c0001283
...@@ -31,6 +31,11 @@ dependencies: ...@@ -31,6 +31,11 @@ dependencies:
- /usr/local/android-sdk-linux/tools - /usr/local/android-sdk-linux/tools
- /usr/local/android-sdk-linux/build-tools/25.0.1 - /usr/local/android-sdk-linux/build-tools/25.0.1
test:
override:
- ./gradlew assembleRelease --stacktrace
- find . -name app-*-release.apk -exec mv {} $CIRCLE_ARTIFACTS/ \;
deployment: deployment:
beta: beta:
tag: /v\d+\.\d+\.\d+(?!.)/ tag: /v\d+\.\d+\.\d+(?!.)/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment