From 9cf0afb130fa3d14d423e062dfb6ffddb4abb77f Mon Sep 17 00:00:00 2001 From: apk-editor Date: Wed, 2 Jun 2021 20:04:33 +0200 Subject: [PATCH] AEE v0.15 Signed-off-by: apk-editor --- README.md | 2 +- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/14.txt | 4 ---- fastlane/metadata/android/en-US/changelogs/15.txt | 4 ++++ 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/14.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/15.txt diff --git a/README.md b/README.md index c19d1ae..9a74ae5 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.14-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases) +[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.15-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 43b56e2..770efd6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 30 - versionCode 14 - versionName "v0.14" + versionCode 15 + versionName "v0.15" vectorDrawables.useSupportLibrary = true testFunctionalTest = false testHandleProfiling = false diff --git a/fastlane/metadata/android/en-US/changelogs/14.txt b/fastlane/metadata/android/en-US/changelogs/14.txt deleted file mode 100644 index b2dc822..0000000 --- a/fastlane/metadata/android/en-US/changelogs/14.txt +++ /dev/null @@ -1,4 +0,0 @@ -* Added option to decompile and read dex files (Note: Editing is not yet supported). -* Improved APK building so that unnecessary files won't be added. -* Added Spanish translations. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/15.txt b/fastlane/metadata/android/en-US/changelogs/15.txt new file mode 100644 index 0000000..506bd58 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15.txt @@ -0,0 +1,4 @@ +* Updates for latest storage changes in Android 11. +* Added Russian translations. +* Updated other translations. +* Miscellaneous changes. \ No newline at end of file