File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11Change 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+
48Version [ 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.
Original file line number Diff line number Diff 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
2020See [ 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
Original file line number Diff line number Diff line change 1- VERSION_NAME =2.1.2
2- VERSION_CODE =9
1+ VERSION_NAME =2.1.3
2+ VERSION_CODE =10
33GROUP =com.github.rampo.updatechecker
44
55POM_DESCRIPTION =UpdateChecker is a class that can be used by Android Developers to increase the number of their apps' updates
You can’t perform that action at this time.
0 commit comments