Skip to content

Commit 171ed09

Browse files
Release-tag: v6.8
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 8e45f31 commit 171ed09

6 files changed

Lines changed: 17 additions & 10 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
<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-v6.7-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
5+
[![](https://img.shields.io/badge/Package%20Manager-v6.8-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)
@@ -73,7 +73,7 @@ A list of people who contributed to this project is available [here](Credits.md)
7373

7474
## License
7575

76-
Copyright (C) 2022-2023 sunilpaulmathew <sunil.kde@gmail.com>
76+
Copyright (C) 2023-2024 sunilpaulmathew <sunil.kde@gmail.com>
7777

7878
Package Manager is a free softwares: you can redistribute it and/or
7979
modify it under the terms of the GNU General Public License as published

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId "com.smartpack.packagemanager"
2424
minSdkVersion 23
2525
targetSdkVersion 33
26-
versionCode 67
27-
versionName "v6.7"
26+
versionCode 68
27+
versionName "v6.8"
2828
vectorDrawables.useSupportLibrary = true
2929
testFunctionalTest = false
3030
testHandleProfiling = false

app/src/main/assets/changelogs.json

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

docs/pages/change-logs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ permalink: /change-logs/
66

77
## What's New
88

9+
### 63. [v6.8](https://github.com/SmartPack/PackageManager/releases/tag/v6.8) *(February 20, 2023)*
10+
- App now shows better progress for various tasks (including main UI loading).
11+
- Improved handling APK's and app bundles.
12+
- Fixed few other bugs and crashes.
13+
- Updated translations.
14+
- Miscellaneous changes.
15+
916
### 62. [v6.7](https://github.com/SmartPack/PackageManager/releases/tag/v6.7) *(December 12, 2022)*
1017
- Allow tweaking permissions on Root or Shizuku supported devices.
1118
- Improved APK picker.

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

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* App now shows better progress for various tasks (including main UI loading).
2+
* Improved handling APK's and app bundles.
3+
* Fixed few other bugs and crashes.
4+
* Updated translations.
5+
* Miscellaneous changes.

0 commit comments

Comments
 (0)