Skip to content

Commit

Permalink
Release-tag: v6.9
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed May 1, 2023
1 parent e54a270 commit 1eb80d2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 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.8-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
[![](https://img.shields.io/badge/Package%20Manager-v6.9-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 @@ -23,8 +23,8 @@ android {
applicationId "com.smartpack.packagemanager"
minSdkVersion 23
targetSdkVersion 33
versionCode 68
versionName "v6.8"
versionCode 69
versionName "v6.9"
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

### 64. [v6.9](https://github.com/SmartPack/PackageManager/releases/tag/v6.9) *(May 01, 2023)*
- Visually improved package info page.
- App now uses material 3 DayNight theme.
- Updated build tools & dependencies.
- Updated translations from POEditor.
- Miscellaneous changes.

### 63. [v6.8](https://github.com/SmartPack/PackageManager/releases/tag/v6.8) *(February 20, 2023)*
- App now shows better progress for various tasks (including main UI loading).
- Improved handling APK's and app bundles.
Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/en-US/changelogs/68.txt

This file was deleted.

5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/69.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Visually improved package info page.
* App now uses material 3 DayNight theme.
* Updated build tools & dependencies.
* Updated translations from POEditor.
* Miscellaneous changes.

0 comments on commit 1eb80d2

Please sign in to comment.