Skip to content

Commit 8dd87a7

Browse files
committed
AEE v0.28
Signed-off-by: apk-editor <apkeditor@protonmail.com>
1 parent abe651e commit 8dd87a7

6 files changed

Lines changed: 17 additions & 19 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![AEE](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true)
44

5-
[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.27-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)
5+
[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.28-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)
66
![](https://img.shields.io/github/downloads/apk-editor/APK-Explorer-Editor/total)
77
![](https://img.shields.io/github/languages/top/apk-editor/APK-Explorer-Editor)
88
![](https://img.shields.io/github/contributors/apk-editor/APK-Explorer-Editor)
@@ -12,7 +12,7 @@
1212

1313
## Features
1414
AEE currently supports the following tasks
15-
* Explore an installed application and navigate through its contents.
15+
* Explore an installed application or APK file picked from storage and navigate through its contents.
1616
* Save/export individual resource files such as icon, fonts, graphics, binary XML files, etc to device storage.
1717
* Export and easily manage (install, share etc.) APK's/Split APK's into device storage.
1818
* Includes a feature-rich APK/Split APK/App bundle installer (easily pick and install files from device storage)

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ apply plugin: 'com.android.application'
33
android {
44

55
compileSdkVersion 33
6-
buildToolsVersion "30.0.3"
6+
buildToolsVersion '33.0.0'
77
namespace 'com.apk.editor'
88

99
defaultConfig {
1010
minSdkVersion 23
1111
targetSdkVersion 33
12-
versionCode 27
13-
versionName "v0.27"
12+
versionCode 28
13+
versionName "v0.28"
1414
vectorDrawables.useSupportLibrary = true
1515
testFunctionalTest = false
1616
testHandleProfiling = false
@@ -44,7 +44,7 @@ android {
4444
}
4545

4646
dependencies {
47-
implementation 'com.android.tools.build:apksig:7.4.2'
47+
implementation 'com.android.tools.build:apksig:8.1.3'
4848
implementation 'com.github.apk-editor:aXML:743632cf62'
4949
implementation 'com.github.sunilpaulmathew:CrashReporter:4f24aa11c2'
5050

@@ -60,7 +60,7 @@ dependencies {
6060
implementation "com.github.sunilpaulmathew.sCommon:translatorutils:${sCommon_Version}"
6161

6262
implementation 'com.google.android.material:material:1.9.0'
63-
implementation 'net.lingala.zip4j:zip4j:2.11.3'
63+
implementation 'net.lingala.zip4j:zip4j:2.11.5'
6464
implementation 'org.smali:baksmali:2.5.2'
6565
implementation 'org.smali:smali:2.5.2'
6666
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:7.3.1'
7+
classpath 'com.android.tools.build:gradle:7.4.0-beta03'
88
}
99
}
1010

fastlane/metadata/android/en-US/changelogs/27.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* Implement exploring APK files picked from storage.
2+
* Added option to batch delete and export files from APK explorer.
3+
* Show APK details before installation (only for single APK installation).
4+
* Updated build tools and dependencies.
5+
* Updated translations.
6+
* Miscellaneous changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Apr 26 08:45:30 CEST 2021
1+
#Sun Nov 12 18:18:44 CET 2023
22
distributionBase=GRADLE_USER_HOME
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
34
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)