Skip to content

Commit b4d8535

Browse files
author
Shintaro Katafuchi
committed
Prepare for ver 0.5.0.
1 parent 9c840d3 commit b4d8535

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ChangeLog
22

3+
- 2015/06/28 0.5.0 release.
4+
- Fix the bug that text button overflows in material theme.
35
- 2015/01/19 0.4.3 release.
46
- [Add passSignificantEventAndConditions method.](https://github.com/hotchemi/Android-Rate/commit/9ca6375cbf25117a5f43afcc9651897d6bdf5888)
57
- Improvement of internal processing.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Shintaro Katafuchi
3+
Copyright (c) 2015 Shintaro Katafuchi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Android-Rate
66

77
Android-Rate is a library to help you promote your android app by prompting users to rate the app after using it for a few days.
88

9-
![screen shot](http://gifzo.net/BI5e2qMJVi0.gif)
9+
![screen shot](http://i.gyazo.com/286342ba215a515f2f443a7ce996cc92.gif)
1010

1111
## Getting Started
12+
1213
![Maven Badges](https://maven-badges.herokuapp.com/maven-central/com.github.hotchemi/android-rate/badge.svg)
1314

1415
You can download from maven central.
@@ -27,6 +28,10 @@ Please try to move the [sample](https://github.com/hotchemi/Android-Rate/tree/ma
2728

2829
[![javadoc.io](https://javadocio-badges.herokuapp.com/com.github.hotchemi/android-rate/badge.svg)](http://www.javadoc.io/doc/com.github.hotchemi/android-rate/)
2930

31+
## Support
32+
33+
Android-Rate supports over API level 9.
34+
3035
### Configuration
3136

3237
Android-Rate provides methods to configure its behavior.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.4.3
2-
VERSION_CODE=20
1+
VERSION_NAME=0.5.0
2+
VERSION_CODE=21
33
GROUP=com.github.hotchemi
44
POM_DESCRIPTION=Library for Android applications, which provides rating dialog.
55
POM_URL=https://github.com/hotchemi/Android-Rate

0 commit comments

Comments
 (0)