Skip to content

Commit

Permalink
AEE v0.11
Browse files Browse the repository at this point in the history
Signed-off-by: apk-editor <[email protected]>
  • Loading branch information
apk-editor committed Mar 28, 2021
1 parent 737ab6c commit 2abbeee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
7 changes: 5 additions & 2 deletions 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.10-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)
[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.11-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 All @@ -24,6 +24,9 @@ AEE currently supports the following tasks
## Download
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
alt="" height="80">](https://play.google.com/store/apps/details?id=com.apk.explorer)
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
alt=""
height="80">](https://f-droid.org/packages/com.apk.editor/)
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png"
alt=""
height="80">](https://apt.izzysoft.de/fdroid/index/apk/com.apk.editor)
Expand All @@ -44,7 +47,7 @@ AEE currently supports the following tasks
* [Gospel Gilbert](https://t.me/gilgreat0295) - App Icon
* [Mohammed Qubati](https://t.me/Alqubati_MrK) - Arabic Translation
* [wushidi](https://t.me/wushidi) - Chinese (Simplified) Translation
* [fossdd](https://chaos.social/@fossdd) - German Translation,
* [fossdd](https://chaos.social/@fossdd) - German Translation

## Translations
Please help me to translate this application via [POEditor](https://poeditor.com/join/project?hash=QztabxONOp). You may also translate after downloading the original language string available [here](app/src/main/res/values/strings.xml).
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 29
versionCode 10
versionName "v0.10"
versionCode 11
versionName "v0.11"
vectorDrawables.useSupportLibrary = true
testFunctionalTest = false
testHandleProfiling = false
Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/en-US/changelogs/10.txt

This file was deleted.

5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/11.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* AEE will now allow picking APK's/App bundles and text files directly from external File Manager (might have issues with some File Manager's).
* Largely improved internal file picker
* Added German translation.
* Updated Chinese (simplified) translation.
* Miscellaneous changes.

0 comments on commit 2abbeee

Please sign in to comment.