diff --git a/README.md b/README.md index 5b3b925..0d118df 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.23-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases) +[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.24-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 8e86863..23451d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 31 - versionCode 23 - versionName "v0.23" + versionCode 24 + versionName "v0.24" vectorDrawables.useSupportLibrary = true testFunctionalTest = false testHandleProfiling = false diff --git a/fastlane/metadata/android/en-US/changelogs/23.txt b/fastlane/metadata/android/en-US/changelogs/23.txt deleted file mode 100644 index 9767cb8..0000000 --- a/fastlane/metadata/android/en-US/changelogs/23.txt +++ /dev/null @@ -1,4 +0,0 @@ -* Improved app bundle installation. -* Updated apk installation from file manager. -* Updated Hungarian translations. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/24.txt b/fastlane/metadata/android/en-US/changelogs/24.txt new file mode 100644 index 0000000..4784f50 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/24.txt @@ -0,0 +1,4 @@ +* Improved installer. +* Updated build tools and dependencies. +* Updated translations. +* Miscellaneous changes. \ No newline at end of file