Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1.1 in develop #92

Merged
merged 2 commits into from
Jul 26, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Change Log
===============================================================================


Version [2.1.1](https://github.com/rampo/UpdateChecker/releases/tag/v2.1.1) *(2014-07-26)*
----------------------------
* LIB: Fixed [#90](https://github.com/rampo/UpdateChecker/issues/90): missing apostrophe in french strings.

Version [2.1.0](https://github.com/rampo/UpdateChecker/releases/tag/v2.1.0) *(2014-07-08)*
----------------------------
* LIB: Classes moved to make code more ordered
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It checks for new updates downloadable parsing the Store desktop page of your ap
[Featured on XDA Portal](http://www.xda-developers.com/android/prod-your-apps-users-to-update-with-updatechecker-library/)

### Changelog
##### Current version: 2.1.0
##### Current version: 2.1.1

See [complete ChangeLog](https://github.com/rampo/UpdateChecker/blob/master/CHANGELOG.md).

Expand All @@ -30,7 +30,7 @@ Check out the [source code of the demo](https://github.com/rampo/UpdateChecker/t

```groovy
dependencies {
compile 'com.github.rampo.updatechecker:library:2.1.0'
compile 'com.github.rampo.updatechecker:library:2.1.1'
}
```

Expand Down
Binary file added apk/Demo2.1.1.apk
Binary file not shown.
1 change: 0 additions & 1 deletion demo/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
<resources>
<dimen name="padding_infos">20dp</dimen>
<dimen name="padding_small">10dp</dimen>

</resources>
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.1.0
VERSION_CODE=7
VERSION_NAME=2.1.1
VERSION_CODE=8
GROUP=com.github.rampo.updatechecker

POM_DESCRIPTION=UpdateChecker is a class that can be used by Android Developers to increase the number of their apps' updates
Expand Down