Skip to content

Commit

Permalink
AEE v0.28
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 12, 2023
1 parent abe651e commit 8dd87a7
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 19 deletions.
4 changes: 2 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.27-green)](https://github.com/apk-editor/APK-Explorer-Editor/releases)
[![](https://img.shields.io/badge/APK%20Explorer%20&%20Editor%20(AEE)-v0.28-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 @@ -12,7 +12,7 @@

## Features
AEE currently supports the following tasks
* Explore an installed application and navigate through its contents.
* Explore an installed application or APK file picked from storage and navigate through its contents.
* Save/export individual resource files such as icon, fonts, graphics, binary XML files, etc to device storage.
* Export and easily manage (install, share etc.) APK's/Split APK's into device storage.
* Includes a feature-rich APK/Split APK/App bundle installer (easily pick and install files from device storage)
Expand Down
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ apply plugin: 'com.android.application'
android {

compileSdkVersion 33
buildToolsVersion "30.0.3"
buildToolsVersion '33.0.0'
namespace 'com.apk.editor'

defaultConfig {
minSdkVersion 23
targetSdkVersion 33
versionCode 27
versionName "v0.27"
versionCode 28
versionName "v0.28"
vectorDrawables.useSupportLibrary = true
testFunctionalTest = false
testHandleProfiling = false
Expand Down Expand Up @@ -44,7 +44,7 @@ android {
}

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

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

implementation 'com.google.android.material:material:1.9.0'
implementation 'net.lingala.zip4j:zip4j:2.11.3'
implementation 'net.lingala.zip4j:zip4j:2.11.5'
implementation 'org.smali:baksmali:2.5.2'
implementation 'org.smali:smali:2.5.2'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.android.tools.build:gradle:7.4.0-beta03'
}
}

Expand Down
8 changes: 0 additions & 8 deletions fastlane/metadata/android/en-US/changelogs/27.txt

This file was deleted.

6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Implement exploring APK files picked from storage.
* Added option to batch delete and export files from APK explorer.
* Show APK details before installation (only for single APK installation).
* Updated build tools and dependencies.
* Updated translations.
* Miscellaneous changes.
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Apr 26 08:45:30 CEST 2021
#Sun Nov 12 18:18:44 CET 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 8dd87a7

Please sign in to comment.