Skip to content

Commit

Permalink
Fix travis build, Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
faruktoptas committed Jul 23, 2020
1 parent d11d0f3 commit 1cc3bd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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 --licenses
- yes | sdkmanager "platforms;android-29"

before_script:
- chmod +x gradlew
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

1.3.1 (24-07-2020)
----------------------------
* Fix: Wrong focus for scaled views. [#201](https://github.com/faruktoptas/FancyShowCaseView/issues/201)
* Fix: Animations won't "turn" unless parameters match. [#197](https://github.com/faruktoptas/FancyShowCaseView/issues/197)
* New: Add custom typeface support. [#179](https://github.com/faruktoptas/FancyShowCaseView/issues/179)

1.3.0 (26-01-2020)
----------------------------
* New: Builder parameters move to Properties data class
Expand Down

0 comments on commit 1cc3bd3

Please sign in to comment.