Skip to content

Commit

Permalink
AEE v0.19
Browse files Browse the repository at this point in the history
Signed-off-by: apk-editor <[email protected]>
  • Loading branch information
apk-editor committed Nov 9, 2021
1 parent 9430873 commit 7b6dda7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 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.18-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)
[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.19-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 18
versionName "v0.18"
versionCode 19
versionName "v0.19"
vectorDrawables.useSupportLibrary = true
testFunctionalTest = false
testHandleProfiling = false
Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/en-US/changelogs/18.txt

This file was deleted.

7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Largely improved APK Installation from file picker with a Brand-New APK details view.
* AEE now use system file picker in Android 10 and above (it will sadly breaks some comfort features in Settings).
* Settings page menu's are now visually better.
* Now targets SDK 31 (Android 12).
* Added Polish & Indonesian Translations & Updated French, German and Chinese translations.
* Updated build tools and dependencies.
* Miscellaneous changes.

0 comments on commit 7b6dda7

Please sign in to comment.