Skip to content

Commit

Permalink
Update kotlin version, bump to 1.3.3 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
faruktoptas authored Sep 23, 2020
1 parent ab4d4f1 commit a837934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.2'
implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.3'
```

## Download (For non-androidx projects)
Expand Down
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
buildscript {
ext.kotlin_version = '1.3.72'
ext.kotlin_version = '1.4.10'
ext.compile_sdk_version = 28
ext.min_sdk_version = 14
ext.target_sdk_version = 28
ext.version_name = '1.3.2'
ext.version_name = '1.3.3'
ext.appcompat = '1.2.0'
ext.material = '1.2.1'
}

0 comments on commit a837934

Please sign in to comment.