Skip to content

Commit

Permalink
Prepare for ver 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shintaro Katafuchi committed Jun 28, 2015
1 parent 9c840d3 commit b4d8535
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ChangeLog

- 2015/06/28 0.5.0 release.
- Fix the bug that text button overflows in material theme.
- 2015/01/19 0.4.3 release.
- [Add passSignificantEventAndConditions method.](https://github.com/hotchemi/Android-Rate/commit/9ca6375cbf25117a5f43afcc9651897d6bdf5888)
- Improvement of internal processing.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 Shintaro Katafuchi
Copyright (c) 2015 Shintaro Katafuchi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Android-Rate

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.

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

## Getting Started

![Maven Badges](https://maven-badges.herokuapp.com/maven-central/com.github.hotchemi/android-rate/badge.svg)

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

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

## Support

Android-Rate supports over API level 9.

### Configuration

Android-Rate provides methods to configure its behavior.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=0.4.3
VERSION_CODE=20
VERSION_NAME=0.5.0
VERSION_CODE=21
GROUP=com.github.hotchemi
POM_DESCRIPTION=Library for Android applications, which provides rating dialog.
POM_URL=https://github.com/hotchemi/Android-Rate
Expand Down

0 comments on commit b4d8535

Please sign in to comment.