Skip to content

Commit

Permalink
Release-tag: v6.6
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Dec 3, 2022
1 parent dfbb480 commit 542736a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 12 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.5-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
[![](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/github/languages/top/SmartPack/PackageManager)
![](https://img.shields.io/github/contributors/smartpack/PackageManager)
![](https://img.shields.io/github/license/smartpack/PackageManager)
Expand Down
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ android {
}
}

namespace 'com.smartpack.packagemanager'
compileSdkVersion 33
buildToolsVersion '30.0.3'

defaultConfig {
applicationId "com.smartpack.packagemanager"
minSdkVersion 23
targetSdkVersion 33
versionCode 65
versionName "v6.5"
versionCode 66
versionName "v6.6"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
signingConfig signingConfigs.release
Expand Down Expand Up @@ -48,13 +49,11 @@ android {
lint {
abortOnError false
}
namespace 'com.smartpack.packagemanager'

}

dependencies {
playImplementation 'com.android.billingclient:billing:5.1.0'
implementation 'com.github.sunilpaulmathew:sCommon:f741dad243'
implementation 'com.github.sunilpaulmathew:sCommon:c587439348'
implementation "com.github.topjohnwu.libsu:core:4.0.3"
implementation 'com.google.android.material:material:1.7.0'
implementation "dev.rikka.shizuku:api:12.1.0"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/changelogs.json

Large diffs are not rendered by default.

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

## What's New

### 61. [v6.6](https://github.com/SmartPack/PackageManager/releases/tag/v6.6) *(July 09, 2022)*
- Integrated with Shizuku API.
- Improved APK installer.
- Improved reload option.
- Added Arabic and updated other translations.
- Updated build tools.
- Miscellaneous changes.
-
### 60. [v6.5](https://github.com/SmartPack/PackageManager/releases/tag/v6.5) *(July 09, 2022)*
- Added an option to manually reload app list.
- Improved APK explorer file manager.
Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/en-US/changelogs/65.txt

This file was deleted.

6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/66.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Integrated with Shizuku API.
* Improved APK installer.
* Improved reload option.
* Added Arabic and updated other translations.
* Updated build tools.
* Miscellaneous changes.

0 comments on commit 542736a

Please sign in to comment.