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 9c569f6 commit 11b2c8fCopy full SHA for 11b2c8f
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# ChangeLog
2
3
+- 2015/12/05 0.5.6 release.
4
+ - Add #78.
5
- 2015/10/27 0.5.5 release.
6
- Fix #72.
7
- Fix #73.
README.md
@@ -16,7 +16,7 @@ You can download from maven central.
16
17
```groovy
18
dependencies {
19
- compile 'com.github.hotchemi:android-rate:0.5.5'
+ compile 'com.github.hotchemi:android-rate:0.5.6'
20
}
21
```
22
gradle.properties
@@ -1,5 +1,5 @@
-VERSION_NAME=0.5.5
-VERSION_CODE=26
+VERSION_NAME=0.5.6
+VERSION_CODE=27
GROUP=com.github.hotchemi
POM_DESCRIPTION=Library for Android applications, which provides rating dialog.
POM_URL=https://github.com/hotchemi/Android-Rate
0 commit comments