From 8dd87a7d6bd20b06d073783aba5cc4de52ed4fbb Mon Sep 17 00:00:00 2001 From: apk-editor Date: Sun, 12 Nov 2023 18:28:35 +0100 Subject: [PATCH] AEE v0.28 Signed-off-by: apk-editor --- README.md | 4 ++-- app/build.gradle | 10 +++++----- build.gradle | 2 +- fastlane/metadata/android/en-US/changelogs/27.txt | 8 -------- fastlane/metadata/android/en-US/changelogs/28.txt | 6 ++++++ gradle/wrapper/gradle-wrapper.properties | 6 +++--- 6 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/27.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/28.txt diff --git a/README.md b/README.md index 7b843ce..b473df1 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) diff --git a/app/build.gradle b/app/build.gradle index 85886cf..03e6cb6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -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' @@ -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' } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 87cba49..2737bba 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } } diff --git a/fastlane/metadata/android/en-US/changelogs/27.txt b/fastlane/metadata/android/en-US/changelogs/27.txt deleted file mode 100644 index d9c9a81..0000000 --- a/fastlane/metadata/android/en-US/changelogs/27.txt +++ /dev/null @@ -1,8 +0,0 @@ -* Fixed signed APK's failing to install after building. -* Switched to Material3 daynight theme. -* Shows progress while loading main UI. -* Fixed some crashes on app launch. -* Updated build tools and dependencies. -* Added Hindi, Lithuanian, Thai and Arabic (SA) translations. -* Updated other translations. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/28.txt b/fastlane/metadata/android/en-US/changelogs/28.txt new file mode 100644 index 0000000..168fa7d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/28.txt @@ -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. \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8535859..25152cb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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