Skip to content

Commit e261626

Browse files
Release-tag: v7.3
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 39e61f1 commit e261626

5 files changed

Lines changed: 32 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<p style="text-align: center"><img src="https://raw.githubusercontent.com/SmartPack/PackageManager/master/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" alt="" width="250" height="450" /> <img src="https://raw.githubusercontent.com/SmartPack/PackageManager/master/fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg" alt="" width="250" height="450" /> <img src="https://raw.githubusercontent.com/SmartPack/PackageManager/master/fastlane/metadata/android/en-US/images/phoneScreenshots/7.jpg" alt="" width="250" height="450" /></p>
44

5-
[![](https://img.shields.io/badge/Package%20Manager-v7.2-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
5+
[![](https://img.shields.io/badge/Package%20Manager-v7.3-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
66
![](https://img.shields.io/github/languages/top/SmartPack/PackageManager)
77
![](https://img.shields.io/github/contributors/smartpack/PackageManager)
88
![](https://img.shields.io/github/license/smartpack/PackageManager)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "com.smartpack.packagemanager"
2525
minSdkVersion 24
2626
targetSdk 35
27-
versionCode 72
28-
versionName "v7.2"
27+
versionCode 73
28+
versionName "v7.3"
2929
vectorDrawables.useSupportLibrary = true
3030
testFunctionalTest = false
3131
testHandleProfiling = false

docs/pages/change-logs.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,22 @@ permalink: /change-logs/
66

77
## What's New
88

9-
### 67. [v7.2](https://github.com/SmartPack/PackageManager/releases/tag/v7.1) *(Oct 25, 2024)*
9+
### 68. [v7.3](https://github.com/SmartPack/PackageManager/releases/tag/v7.3) *(Aug 17, 2025)*
10+
- Major app overhaul with modernized UI and improved functionality.
11+
- Exports (APKs, icons, text files, etc.) on newer Android now go to the Downloads folder > Package Manager.
12+
- App now works with minimum required permissions.
13+
- Users can now open apps directly from the main UI.
14+
- Improved and significantly faster batch operations in the main UI (long-press to access).
15+
- Added batch options for Split APKs, Uninstalled apps, and Exported apps.
16+
- Simplified Manifest page and text-based views.
17+
- Updated to target the latest Android version.
18+
- Major internal cleanup and code refactoring.
19+
- Numerous under-the-hood improvements and optimizations.
20+
- Updated build tools and dependencies.
21+
- Updated translations.
22+
- Miscellaneous changes.
23+
24+
### 67. [v7.2](https://github.com/SmartPack/PackageManager/releases/tag/v7.2) *(Oct 25, 2024)*
1025
- Redesigned app UI (now follows more material guidelines)
1126
- Exporting files (except APK'S) now targets Downloads folder.
1227
- Removed deprecated code as much as possible

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

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
* Major app overhaul with modernized UI and improved functionality.
2+
* Exports (APKs, icons, text files, etc.) on newer Android now go to the Downloads folder > Package Manager.
3+
* App now works with minimum required permissions.
4+
* Users can now open apps directly from the main UI.
5+
* Improved and significantly faster batch operations in the main UI (long-press to access).
6+
* Added batch options for Split APKs, Uninstalled apps, and Exported apps.
7+
* Simplified Manifest page and text-based views.
8+
* Updated to target the latest Android version.
9+
* Major internal cleanup and code refactoring.
10+
* Numerous under-the-hood improvements and optimizations.
11+
* Updated build tools and dependencies.
12+
* Updated translations.
13+
* Miscellaneous changes.

0 commit comments

Comments
 (0)