Skip to content

Commit

Permalink
Release-tag: v7.1
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Jan 23, 2024
1 parent 3ba4bb9 commit 0f10bdb
Show file tree
Hide file tree
Showing 5 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-v7.0-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
[![](https://img.shields.io/badge/Package%20Manager-v7.1-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 @@ -22,8 +22,8 @@ android {
applicationId "com.smartpack.packagemanager"
minSdkVersion 24
targetSdk 34
versionCode 70
versionName "v7.0"
versionCode 71
versionName "v7.1"
vectorDrawables.useSupportLibrary = true
testFunctionalTest = false
testHandleProfiling = false
Expand Down
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

### 66. [v7.1](https://github.com/SmartPack/PackageManager/releases/tag/v7.1) *(Jan 22, 2024)*
- Migrated to latest Shizuku version
- Fixed possible crashes while searching.
- Updated build tools and dependencies.
- Added Hebrew and updated other translations.
- Miscellaneous changes.
-
### 65. [v7.0](https://github.com/SmartPack/PackageManager/releases/tag/v7.0) *(May 17, 2023)*
- Fixed crashes due to some certificates not loading.
- Updated build tools and dependencies.
Expand Down
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/70.txt

This file was deleted.

5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Migrated to latest Shizuku version
* Fixed possible crashes while searching.
* Updated build tools and dependencies.
* Added Hebrew and updated other translations.
* Miscellaneous changes.

0 comments on commit 0f10bdb

Please sign in to comment.