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 982137f commit e62dd17Copy full SHA for e62dd17
README.md
@@ -5,7 +5,7 @@ An android library to display a rate dialog in an easy way.
5
6
## Releases:
7
8
-#### Current release: 1.0.4.
+#### Current release: 1.0.5.
9
10
You can see all the library releases [here](https://github.com/marcoscgdev/RateDialog/releases).
11
@@ -62,7 +62,7 @@ allprojects {
62
Now add the dependency to your app build.gradle file:
63
64
```
65
-compile 'com.github.marcoscgdev:RateDialog:1.0.4'
+implementation 'com.github.marcoscgdev:RateDialog:1.0.5'
66
67
68
### Creating the dialog
0 commit comments