Skip to content

Commit 888846c

Browse files
Release-tag: 4.8
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent 9921c7f commit 888846c

File tree

7 files changed

+16
-12
lines changed

7 files changed

+16
-12
lines changed

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-v4.7-green)](https://play.google.com/store/apps/details?id=com.smartpack.packagemanager)
5+
[![](https://img.shields.io/badge/Package%20Manager-v4.8-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
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.smartpack.packagemanager"
1919
minSdkVersion 23
2020
targetSdkVersion 30
21-
versionCode 47
22-
versionName "v4.7"
21+
versionCode 48
22+
versionName "v4.8"
2323
vectorDrawables.useSupportLibrary = true
2424
archivesBaseName = "$applicationId-$versionName"
2525
signingConfig signingConfigs.release

app/src/main/assets/changelogs.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
google()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:4.2.1'
7+
classpath 'com.android.tools.build:gradle:4.2.2'
88
}
99
}
1010

change-logs.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Change-logs
22

3-
## 38. June 15, 2021
3+
## 41. June 15, 2021
4+
*Release-tag: 4.8*<br>
5+
Improve case-sensitivity while searching. Fixed crashing on certain situations. Properly monitoring uninstalling user apps. Added Polish locale and updated others. Miscellaneous changes.
6+
7+
## 40. June 15, 2021
48
*Release-tag: 4.7*<br>
59
Improve permission handling. Added "Select all" option. Redirected exported items path into /sdcard/Package_Manager" if "All files Permission" is granted. Updated Chinese & Turkish locale. Miscellaneous changes.
610

7-
## 38. May 31, 2021
11+
## 39. May 31, 2021
812
*Release-tag: 4.6*<br>
913
App will now target latest Android SDK. Now built using latest Gradle plugin. Updated Chinese (traditional & simplified) translations. Miscellaneous changes.
1014

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

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Improve case-sensitivity while searching.
2+
* Fixed crashing app on certain situations.
3+
* Properly monitoring uninstalling user apps.
4+
* Added Polish locale and updated others.
5+
* Miscellaneous changes.

0 commit comments

Comments
 (0)