Skip to content

Commit

Permalink
Merge pull request #111 from rampo/develop
Browse files Browse the repository at this point in the history
Releasing 2.1.8
  • Loading branch information
pietrorampini committed Apr 30, 2015
2 parents 95b5692 + 10e2636 commit 2437618
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
===============================================================================
Version [2.1.7](https://github.com/rampo/UpdateChecker/releases/tag/v2.1.7) *(2015-04-10)*

Version [2.1.8](https://github.com/rampo/UpdateChecker/releases/tag/v2.1.8) *(2015-04-30)*
----------------------------
* LIB: Lithuanian, Latvian and Estonian translations added (thanks to [@jaroslavas](https://github.com/jaroslavas))

Version [2.1.7](https://github.com/rampo/UpdateChecker/releases/tag/v2.1.7) *(2015-04-10)*
----------------------------
* LIB: Swedish translation added (thanks to [@Dvidan](https://github.com/Dvidan)) Solves #107
* LIB: Polish translation updated (thanks to [@slawekkrol](https://github.com/slawekkrol))
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.7
##### Current version: 2.1.8

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.7'
compile 'com.github.rampo.updatechecker:library:2.1.8'
}
```

Expand Down
Binary file added apk/Demo2.1.8.apk
Binary file not shown.
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.7
VERSION_CODE=14
VERSION_NAME=2.1.8
VERSION_CODE=15
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
11 changes: 11 additions & 0 deletions library/src/main/res/values-et/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="library_name">Update Checker</string>
<string name="downloadFor">Nüüd saate alla laadida uut %1$s! versiooni %2$s</string>
<string name="dialogPositiveButton">Alla laadida</string>
<string name="dialogNeutralButton">Hiljem</string>
<string name="dialogNegativeButton">Tänan, ei soovi</string>
<string name="newUpdateAvailable">Uuendus</string>
<string name="googlePlay">Google Play</string>
<string name="amazonStore">Amazon App Store</string>
</resources>
11 changes: 11 additions & 0 deletions library/src/main/res/values-lt/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="library_name">Update Checker</string>
<string name="downloadFor">Jau galite atsisiųsti naują %1$s! versiją iš %2$s</string>
<string name="dialogPositiveButton">Atsisiųsti</string>
<string name="dialogNeutralButton">Vėliau</string>
<string name="dialogNegativeButton">Ačiū, ne</string>
<string name="newUpdateAvailable">Atnaujinimas</string>
<string name="googlePlay">Google Play</string>
<string name="amazonStore">Amazon App Store</string>
</resources>
11 changes: 11 additions & 0 deletions library/src/main/res/values-lv/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="library_name">Update Checker</string>
<string name="downloadFor">Jau varat lejupielādēt jauno %1$s! versiju no %2$s</string>
<string name="dialogPositiveButton">Lejupielādēt</string>
<string name="dialogNeutralButton">Vēlāk</string>
<string name="dialogNegativeButton">Paldies, nē</string>
<string name="newUpdateAvailable"> Atjaunojums</string>
<string name="googlePlay">Google Play</string>
<string name="amazonStore">Amazon App Store</string>
</resources>

0 comments on commit 2437618

Please sign in to comment.