Skip to content

Commit

Permalink
AEE v0.15
Browse files Browse the repository at this point in the history
Signed-off-by: apk-editor <[email protected]>
  • Loading branch information
apk-editor committed Jun 2, 2021
1 parent 25357dc commit 9cf0afb
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.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)
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 30
versionCode 14
versionName "v0.14"
versionCode 15
versionName "v0.15"
vectorDrawables.useSupportLibrary = true
testFunctionalTest = false
testHandleProfiling = false
Expand Down
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/14.txt

This file was deleted.

4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Updates for latest storage changes in Android 11.
* Added Russian translations.
* Updated other translations.
* Miscellaneous changes.

0 comments on commit 9cf0afb

Please sign in to comment.