Skip to content

Commit a837934

Browse files
authored
Update kotlin version, bump to 1.3.3 (faruktoptas#213)
1 parent ab4d4f1 commit a837934

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
## Download
3434
```gradle
35-
implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.2'
35+
implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.3'
3636
```
3737

3838
## Download (For non-androidx projects)

versions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.72'
2+
ext.kotlin_version = '1.4.10'
33
ext.compile_sdk_version = 28
44
ext.min_sdk_version = 14
55
ext.target_sdk_version = 28
6-
ext.version_name = '1.3.2'
6+
ext.version_name = '1.3.3'
77
ext.appcompat = '1.2.0'
88
ext.material = '1.2.1'
99
}

0 commit comments

Comments
 (0)