We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718b687 commit fc980b8Copy full SHA for fc980b8
README.md
@@ -31,7 +31,7 @@
31
32
## Download
33
```gradle
34
-implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.2.1'
+implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.0'
35
```
36
37
## Download (For non-androidx projects)
versions.gradle
@@ -3,7 +3,7 @@ buildscript {
3
ext.compile_sdk_version = 28
4
ext.min_sdk_version = 14
5
ext.target_sdk_version = 28
6
- ext.version_name = '1.2.1'
+ ext.version_name = '1.3.0'
7
ext.appcompat = '1.1.0'
8
ext.material = '1.0.0'
9
}
0 commit comments