Skip to content

Commit

Permalink
Release-tag: v6.7
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Dec 12, 2022
1 parent 2cc6a06 commit 527fe8d
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<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>

[![](https://img.shields.io/badge/Package%20Manager-v6.6-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
[![](https://img.shields.io/badge/Package%20Manager-v6.7-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
![](https://img.shields.io/github/languages/top/SmartPack/PackageManager)
![](https://img.shields.io/github/contributors/smartpack/PackageManager)
![](https://img.shields.io/github/license/smartpack/PackageManager)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.smartpack.packagemanager"
minSdkVersion 23
targetSdkVersion 33
versionCode 66
versionName "v6.6"
versionCode 67
versionName "v6.7"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
signingConfig signingConfigs.release
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/changelogs.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/pages/change-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ permalink: /change-logs/

## What's New

### 62. [v6.7](https://github.com/SmartPack/PackageManager/releases/tag/v6.7) *(December 12, 2022)*
- Allow tweaking permissions on Root or Shizuku supported devices.
- Improved APK picker.
- Improved manifest view.
- Updated translations.
- Miscellaneous changes.

### 61. [v6.6](https://github.com/SmartPack/PackageManager/releases/tag/v6.6) *(July 09, 2022)*
- Integrated with Shizuku API.
- Improved APK installer.
Expand Down
6 changes: 0 additions & 6 deletions fastlane/metadata/android/en-US/changelogs/66.txt

This file was deleted.

5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/67.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Allow tweaking permissions on Root or Shizuku supported devices.
* Improved APK picker.
* Improved manifest view.
* Updated translations.
* Miscellaneous changes.

0 comments on commit 527fe8d

Please sign in to comment.