diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc83361..11c86e4 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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))
diff --git a/README.md b/README.md
index f372f5e..15ec6c5 100755
--- a/README.md
+++ b/README.md
@@ -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).
@@ -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'
}
```
diff --git a/apk/Demo2.1.8.apk b/apk/Demo2.1.8.apk
new file mode 100644
index 0000000..f7cc569
Binary files /dev/null and b/apk/Demo2.1.8.apk differ
diff --git a/gradle.properties b/gradle.properties
index 6cd0db6..1e02aff 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -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
diff --git a/library/src/main/res/values-et/strings.xml b/library/src/main/res/values-et/strings.xml
new file mode 100755
index 0000000..d971998
--- /dev/null
+++ b/library/src/main/res/values-et/strings.xml
@@ -0,0 +1,11 @@
+
+
+ Update Checker
+ Nüüd saate alla laadida uut %1$s! versiooni %2$s
+ Alla laadida
+ Hiljem
+ Tänan, ei soovi
+ Uuendus
+ Google Play
+ Amazon App Store
+
diff --git a/library/src/main/res/values-lt/strings.xml b/library/src/main/res/values-lt/strings.xml
new file mode 100755
index 0000000..bbda018
--- /dev/null
+++ b/library/src/main/res/values-lt/strings.xml
@@ -0,0 +1,11 @@
+
+
+ Update Checker
+ Jau galite atsisiųsti naują %1$s! versiją iš %2$s
+ Atsisiųsti
+ Vėliau
+ Ačiū, ne
+ Atnaujinimas
+ Google Play
+ Amazon App Store
+
diff --git a/library/src/main/res/values-lv/strings.xml b/library/src/main/res/values-lv/strings.xml
new file mode 100755
index 0000000..3845d43
--- /dev/null
+++ b/library/src/main/res/values-lv/strings.xml
@@ -0,0 +1,11 @@
+
+
+ Update Checker
+ Jau varat lejupielādēt jauno %1$s! versiju no %2$s
+ Lejupielādēt
+ Vēlāk
+ Paldies, nē
+ Atjaunojums
+ Google Play
+ Amazon App Store
+