Skip to content

Commit fc980b8

Browse files
committed
Bump to 1.3.0
1 parent 718b687 commit fc980b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

3232
## Download
3333
```gradle
34-
implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.2.1'
34+
implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.0'
3535
```
3636

3737
## Download (For non-androidx projects)

versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
ext.compile_sdk_version = 28
44
ext.min_sdk_version = 14
55
ext.target_sdk_version = 28
6-
ext.version_name = '1.2.1'
6+
ext.version_name = '1.3.0'
77
ext.appcompat = '1.1.0'
88
ext.material = '1.0.0'
99
}

0 commit comments

Comments
 (0)