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 9f1dd73 commit cbfc6dbCopy full SHA for cbfc6db
README.md
@@ -22,7 +22,7 @@ allprojects{
22
```
23
dependencies {
24
...
25
- implementation 'com.github.amitjangid80:multiutillib:v1.2.9'
+ implementation 'com.github.amitjangid80:multiutillib:v1.2.10'
26
}
27
28
@@ -43,7 +43,7 @@ dependencies {
43
<dependency>
44
<groupId>com.github.amitjangid80</groupId>
45
<artifactId>multiutillib</artifactId>
46
- <version>v1.2.9</version>
+ <version>v1.2.10</version>
47
48
49
@@ -883,4 +883,4 @@ AnimUtil.bounceAnim(Context context, View view);
883
```java
884
ShineButton shineButton = findViewById(R.id.shine_button);
885
shineButton.init(MainActivity.this);
886
-```
+```
0 commit comments