Skip to content

Commit 0f10bdb

Browse files
Release-tag: v7.1
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 3ba4bb9 commit 0f10bdb

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
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-v7.0-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
5+
[![](https://img.shields.io/badge/Package%20Manager-v7.1-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)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ android {
2222
applicationId "com.smartpack.packagemanager"
2323
minSdkVersion 24
2424
targetSdk 34
25-
versionCode 70
26-
versionName "v7.0"
25+
versionCode 71
26+
versionName "v7.1"
2727
vectorDrawables.useSupportLibrary = true
2828
testFunctionalTest = false
2929
testHandleProfiling = false

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+
### 66. [v7.1](https://github.com/SmartPack/PackageManager/releases/tag/v7.1) *(Jan 22, 2024)*
10+
- Migrated to latest Shizuku version
11+
- Fixed possible crashes while searching.
12+
- Updated build tools and dependencies.
13+
- Added Hebrew and updated other translations.
14+
- Miscellaneous changes.
15+
-
916
### 65. [v7.0](https://github.com/SmartPack/PackageManager/releases/tag/v7.0) *(May 17, 2023)*
1017
- Fixed crashes due to some certificates not loading.
1118
- Updated build tools and dependencies.

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

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Migrated to latest Shizuku version
2+
* Fixed possible crashes while searching.
3+
* Updated build tools and dependencies.
4+
* Added Hebrew and updated other translations.
5+
* Miscellaneous changes.

0 commit comments

Comments
 (0)