File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2014 Shintaro Katafuchi
3+ Copyright (c) 2015 Shintaro Katafuchi
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ Android-Rate
66
77Android-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
1415You 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
3237Android-Rate provides methods to configure its behavior.
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.4.3
2- VERSION_CODE =20
1+ VERSION_NAME =0.5.0
2+ VERSION_CODE =21
33GROUP =com.github.hotchemi
44POM_DESCRIPTION =Library for Android applications, which provides rating dialog.
55POM_URL =https://github.com/hotchemi/Android-Rate
You can’t perform that action at this time.
0 commit comments