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 ab4d4f1 commit a837934Copy full SHA for a837934
README.md
@@ -32,7 +32,7 @@
32
33
## Download
34
```gradle
35
-implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.2'
+implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.3'
36
```
37
38
## Download (For non-androidx projects)
versions.gradle
@@ -1,9 +1,9 @@
1
buildscript {
2
- ext.kotlin_version = '1.3.72'
+ ext.kotlin_version = '1.4.10'
3
ext.compile_sdk_version = 28
4
ext.min_sdk_version = 14
5
ext.target_sdk_version = 28
6
- ext.version_name = '1.3.2'
+ ext.version_name = '1.3.3'
7
ext.appcompat = '1.2.0'
8
ext.material = '1.2.1'
9
}
0 commit comments