Skip to content

Commit

Permalink
Release-tag: v6.4
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
  • Loading branch information
sunilpaulmathew committed Jun 4, 2022
1 parent 2f5f246 commit 8b05000
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 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.3-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
[![](https://img.shields.io/badge/Package%20Manager-v6.4-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
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.smartpack.packagemanager"
minSdkVersion 23
targetSdkVersion 31
versionCode 63
versionName "v6.3"
versionCode 64
versionName "v6.4"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
signingConfig signingConfigs.release
Expand Down Expand Up @@ -53,7 +53,7 @@ android {

dependencies {
playImplementation 'com.android.billingclient:billing:5.0.0'
implementation 'com.github.sunilpaulmathew:sCommon:f41a271957'
implementation 'com.github.sunilpaulmathew:sCommon:5557a79b1e'
implementation "com.github.topjohnwu.libsu:core:4.0.3"
implementation 'com.google.android.material:material:1.6.1'
implementation 'net.dongliu:apk-parser:2.6.10'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/changelogs.json

Large diffs are not rendered by default.

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

## What's New

### 59. [v6.4](https://github.com/SmartPack/PackageManager/releases/tag/v6.4) *(June 08, 2022)*
- Fixed crashing app when changing app theme.
- Improved APK picker.
- Updated translations.
- Miscellaneous changes.

### 58. [v6.3](https://github.com/SmartPack/PackageManager/releases/tag/v6.3) *(May 03, 2022)*
- Fixed crashing on batch exporting apps.
- Miscellaneous changes.
Expand Down
2 changes: 0 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/63.txt

This file was deleted.

4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/64.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Fixed crashing app when changing app theme.
* Improved APK picker.
* Updated translations.
* Miscellaneous changes.

0 comments on commit 8b05000

Please sign in to comment.