From 1fe5a99051285cd52b8215d3e506002b21699e47 Mon Sep 17 00:00:00 2001 From: apk-editor Date: Mon, 5 Apr 2021 18:17:22 +0200 Subject: [PATCH] AEE v0.13 Signed-off-by: apk-editor --- README.md | 2 +- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/12.txt | 6 ------ fastlane/metadata/android/en-US/changelogs/13.txt | 4 ++++ 4 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/12.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/13.txt diff --git a/README.md b/README.md index b1150ae..beb9243 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![AEE](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true) -[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.12-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases) +[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.13-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases) ![](https://img.shields.io/github/downloads/apk-editor/APK-Explorer-Editor/total) ![](https://img.shields.io/github/languages/top/apk-editor/APK-Explorer-Editor) ![](https://img.shields.io/github/contributors/apk-editor/APK-Explorer-Editor) diff --git a/app/build.gradle b/app/build.gradle index 60cc7af..fc59cb3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 29 - versionCode 12 - versionName "v0.12" + versionCode 13 + versionName "v0.13" vectorDrawables.useSupportLibrary = true testFunctionalTest = false testHandleProfiling = false diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt deleted file mode 100644 index 1c87803..0000000 --- a/fastlane/metadata/android/en-US/changelogs/12.txt +++ /dev/null @@ -1,6 +0,0 @@ -* AEE will now allow changing exported APK's/bundles path into internal storage. -* Added App Theme and language switches. -* Image Viewer will now allow opening supported image files directly from external File Manager. -* Added French and Vietnamese translation. -* Updated Chinese (simplified) translation. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/13.txt b/fastlane/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 0000000..6a28cd6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,4 @@ +* Changing options in the Settings page will now show the correct status. +* Added Czech & Turkish translations. +* Updated Arabic translation. +* Miscellaneous changes. \ No newline at end of file