Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
faruktoptas committed Jul 23, 2020
1 parent 9c4eda7 commit d11d0f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android:


before_install:
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager --licenses

before_script:
- chmod +x gradlew
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

./gradlew install;./gradlew bintrayUpload
./gradlew clean install;./gradlew bintrayUpload

0 comments on commit d11d0f3

Please sign in to comment.