From 9507dcf06d2f4fd21b34f78606b870be316eb9e4 Mon Sep 17 00:00:00 2001 From: Boris Timofeev Date: Fri, 9 Oct 2020 14:40:15 +0300 Subject: [PATCH] 0.17.0.2 -> 0.17.1 --- Changelog.md | 3 ++- app/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2d2f81fd..9276697e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,8 @@ #### 0.17.1 (October 9, 2020) - File operations are performed in an open application, and not in a background service as before. - Completed work is notified as a pop-up message, not in the notification area. -- Translations are now managed on https://hosted.weblate.org/projects/unipatcher/ +- Added Turkish language (thanks to Oğuz Ersen) +- Translations are now managed on https://hosted.weblate.org/engage/unipatcher/ #### 0.17 (September 18, 2020) - Replaced the built-in file manager with the standard Storage Access Framework. Work with files on SD card and cloud hosting (e.g. Google Drive). Applying patches requires more time and free disk space. File checksum view temporarily removed. diff --git a/app/build.gradle b/app/build.gradle index d9a597c3..f1230401 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "org.emunix.unipatcher" minSdkVersion 21 targetSdkVersion 30 - versionCode 170002 - versionName "0.17" + versionCode 170100 + versionName "0.17.1" ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' }