Skip to content

Commit 4bc5778

Browse files
Release-tag: 5.3
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent b3bcaae commit 4bc5778

File tree

6 files changed

+17
-10
lines changed

6 files changed

+17
-10
lines changed

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/screenshot001.jpg" alt="" width="250" height="450" /> <img src="https://raw.githubusercontent.com/SmartPack/PackageManager/master/screenshot002.jpg" alt="" width="250" height="450" /> <img src="https://raw.githubusercontent.com/SmartPack/PackageManager/master/screenshot003.jpg" alt="" width="250" height="450" /></p>
44

5-
[![](https://img.shields.io/badge/Package%20Manager-v5.2-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
5+
[![](https://img.shields.io/badge/Package%20Manager-v5.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
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.smartpack.packagemanager"
1919
minSdkVersion 23
2020
targetSdkVersion 30
21-
versionCode 52
22-
versionName "v5.2"
21+
versionCode 53
22+
versionName "v5.3"
2323
vectorDrawables.useSupportLibrary = true
2424
archivesBaseName = "$applicationId-$versionName"
2525
signingConfig signingConfigs.release

app/src/main/assets/changelogs.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

change-logs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change-logs
22

3+
## 46. September 15, 2021
4+
*Release-tag: 5.3*<br>
5+
Package Manager now allows restoring the factory version of uninstalled system apps (root-only feature). Added a new installer instructions page. Removed external file managers support for good reasons. Largely improved APK/app bundle installation and uninstalling. App settings has now a better layout and more options. UI changes mainly for consistency. Fixed language switch not working. Updated translations. Miscellaneous changes.
6+
37
## 45. September 10, 2021
48
*Release-tag: 5.2*<br>
59
Improved UI & functionalities of in-built file picker. Added more certificate related data. Added options to export app (individual & batch) details as JSON file. Largely improved batch options. Updated translations. Several other UI changes suggested by users.

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

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
* Package Manager now allows restoring the factory version of uninstalled system apps (root-only feature).
2+
* Added a new installer instructions page.
3+
* Removed external file managers support for good reasons.
4+
* Largely improved apk/app bundle installation and uninstalling.
5+
* App settings has now a better layout and more options.
6+
* UI changes mainly for consistency.
7+
* Fixed language switch not working.
8+
* Updated translations.
9+
* Miscellaneous changes.

0 commit comments

Comments
 (0)