diff --git a/README.md b/README.md
index beb3a74..4d83a7e 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![The Translator](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true)
-[![](https://img.shields.io/badge/The%20Translator-v0.7-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.translator)
+[![](https://img.shields.io/badge/The%20Translator-v0.8-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.translator)
![](https://img.shields.io/github/languages/top/sunilpaulmathew/Translator)
![](https://img.shields.io/github/contributors/sunilpaulmathew/Translator)
![](https://img.shields.io/github/license/sunilpaulmathew/Translator)
@@ -18,7 +18,7 @@
height="80">](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.translator)
[](https://github.com/sunilpaulmathew/Translator/releases/download/v0.7/com.sunilpaulmathew.translator-v0.7-release.apk)
+ height="80">](https://github.com/sunilpaulmathew/Translator/releases/download/v0.8/com.sunilpaulmathew.translator-v0.8-release.apk)
## Features
* Quickly and easily translate android app's language strings (string.xml).
diff --git a/app/build.gradle b/app/build.gradle
index bd2c675..d07f252 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -11,15 +11,15 @@ android {
}
}
- compileSdkVersion 29
+ compileSdkVersion 30
buildToolsVersion '29.0.3'
defaultConfig {
applicationId "com.sunilpaulmathew.translator"
minSdkVersion 23
- targetSdkVersion 29
- versionCode 7
- versionName "v0.7"
+ targetSdkVersion 30
+ versionCode 8
+ versionName "v0.8"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
signingConfig signingConfigs.release
diff --git a/app/src/main/assets/changelogs.json b/app/src/main/assets/changelogs.json
index 9d3b060..f90a67c 100644
--- a/app/src/main/assets/changelogs.json
+++ b/app/src/main/assets/changelogs.json
@@ -1,3 +1,3 @@
{
- "releaseNotes": "v0.7\n - Improved app UI.\n - Fixed crashes on various situations.\n - Improved illegal character warning.\n - Overall code improvements.\n - Miscellaneous changes.\n\nv0.6\n - Added Amharic Translations.\n - Added a licence view.\n - Switch to blue accent.\n - Miscellaneous changes.\n\nv0.5\n - Completely removed Google Ads.\n - Fixed some issues on importing strings.\n - Updated build tools.\n - Miscellaneous changes.\n\nv0.4\n - Added Spanish, Russian and Ukrainian translations.\n - Slightly updated app layout.\n - Miscellaneous changes.\n\nv0.3\n - Add info/warning icons to warn illegal characters.\n - Show real-time warning by coloring text into red when a user enters an illegal texts.\n - Allow removing lines by long click.\n - Added option to share exported string.\n - Added Indonesian and Malayalam translations.\n - Improved script view and saving.\n - Highlight matching words when searching.\n - Updated translations.\n\nv0.2\n - Rebuild from nearly scratch.\n - Added Korean, Portuguese (Brazilian) and German translations.\n - A bunch of bug fixes and improvements.\n - Miscellaneous changes.\n\nv0.1\n - Initial release."
+ "releaseNotes": "v0.8\n - Added Chinese (Simplified) and Polish translations.\n - Miscellaneous changes.\n\nv0.7\n - Improved app UI.\n - Fixed crashes on various situations.\n - Improved illegal character warning.\n - Overall code improvements.\n - Miscellaneous changes.\n\nv0.6\n - Added Amharic Translations.\n - Added a licence view.\n - Switch to blue accent.\n - Miscellaneous changes.\n\nv0.5\n - Completely removed Google Ads.\n - Fixed some issues on importing strings.\n - Updated build tools.\n - Miscellaneous changes.\n\nv0.4\n - Added Spanish, Russian and Ukrainian translations.\n - Slightly updated app layout.\n - Miscellaneous changes.\n\nv0.3\n - Add info/warning icons to warn illegal characters.\n - Show real-time warning by coloring text into red when a user enters an illegal texts.\n - Allow removing lines by long click.\n - Added option to share exported string.\n - Added Indonesian and Malayalam translations.\n - Improved script view and saving.\n - Highlight matching words when searching.\n - Updated translations.\n\nv0.2\n - Rebuild from nearly scratch.\n - Added Korean, Portuguese (Brazilian) and German translations.\n - A bunch of bug fixes and improvements.\n - Miscellaneous changes.\n\nv0.1\n - Initial release."
}
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt
deleted file mode 100644
index 0530d20..0000000
--- a/fastlane/metadata/android/en-US/changelogs/7.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-* Improved app UI.
-* Fixed crashes on various situations.
-* Overall code improvements.
-* Improved illegal character warning.
-* Miscellaneous changes.
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt
new file mode 100644
index 0000000..60a954f
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/8.txt
@@ -0,0 +1,2 @@
+* Added Chinese (Simplified) and Polish translations.
+* Miscellaneous changes.
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt
index db1ab53..ddd64fe 100644
--- a/fastlane/metadata/android/en-US/full_description.txt
+++ b/fastlane/metadata/android/en-US/full_description.txt
@@ -7,7 +7,7 @@
- Directly share (after saving) strings with the developers.
- Long press to remove an individual line.
- Dark and Light themes.
-- Includes translations of a number of languages (Please help me to translate this app - Original string.XML available at https://github.com/sunilpaulmathew/Translator/blob/master/app/src/main/res/values/strings.xml).
+- Includes translations of a number of languages (Please help me to translate this app - Original string.xml available at at GitHub).
- & A lot more
How it work?