We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f8cc0 commit 9a7c27dCopy full SHA for 9a7c27d
.travis.yml
@@ -17,11 +17,12 @@ before_deploy:
17
- ./Tools/verifyTag.sh
18
- ./gradlew assembleRelease makeJar generatePomFileForAarPublication
19
20
+after_deploy:
21
+ - ./Tools/triggerRondo.sh
22
+
23
deploy:
24
- provider: script
25
skip_cleanup: true
- script:
- - ./gradlew artifactoryPublish bintrayUpload
- - ./Tools/triggerRondo.sh
26
+ script: ./gradlew artifactoryPublish bintrayUpload
27
on:
28
tags: true
sdk-version.txt
@@ -1 +1 @@
1
-5.3.3-beta3
+5.3.3-beta4
0 commit comments