Skip to content

Commit

Permalink
AEE v0.24
Browse files Browse the repository at this point in the history
Signed-off-by: apk-editor <[email protected]>
  • Loading branch information
apk-editor committed Oct 8, 2022
1 parent 4f6897a commit 18375b3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/23.txt

This file was deleted.

4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/24.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Improved installer.
* Updated build tools and dependencies.
* Updated translations.
* Miscellaneous changes.

0 comments on commit 18375b3

Please sign in to comment.