Skip to content

Commit f43fa98

Browse files
committed
Releasing 2.1.3
1 parent 32a3104 commit f43fa98

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log
22
===============================================================================
33

4+
Version [2.1.3](https://github.com/rampo/UpdateChecker/releases/tag/v2.1.3) *(2014-09-13)*
5+
----------------------------
6+
* LIB: Added Japanese translation (thanks to [@cutmail](https://github.com/cutmail))
7+
48
Version [2.1.2](https://github.com/rampo/UpdateChecker/releases/tag/v2.1.2) *(2014-08-20)*
59
----------------------------
610
* LIB: Fixed [#93](https://github.com/rampo/UpdateChecker/issues/93): StackOverflowError when multiple apks are published.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It checks for new updates downloadable parsing the Store desktop page of your ap
1515
[Featured on XDA Portal](http://www.xda-developers.com/android/prod-your-apps-users-to-update-with-updatechecker-library/)
1616

1717
### Changelog
18-
##### Current version: 2.1.2
18+
##### Current version: 2.1.3
1919

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

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

3131
```groovy
3232
dependencies {
33-
compile 'com.github.rampo.updatechecker:library:2.1.2'
33+
compile 'com.github.rampo.updatechecker:library:2.1.3'
3434
}
3535
```
3636

apk/Demo2.1.3.apk

340 KB
Binary file not shown.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=2.1.2
2-
VERSION_CODE=9
1+
VERSION_NAME=2.1.3
2+
VERSION_CODE=10
33
GROUP=com.github.rampo.updatechecker
44

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

0 commit comments

Comments
 (0)