diff --git a/.travis.yml b/.travis.yml index 0d2c11a..e4472aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ android: before_install: - - yes | sdkmanager "platforms;android-28" + - yes | sdkmanager --licenses before_script: - chmod +x gradlew diff --git a/README.md b/README.md index f88552b..ef6b3b5 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ ## Download ```gradle -implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.0' +implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.1' ``` ## Download (For non-androidx projects) diff --git a/upload.sh b/upload.sh index 7310d24..7457b95 100755 --- a/upload.sh +++ b/upload.sh @@ -1,3 +1,3 @@ #!/bin/bash -./gradlew install;./gradlew bintrayUpload \ No newline at end of file +./gradlew clean install;./gradlew bintrayUpload \ No newline at end of file