This commit is contained in:
Rahul Patel
2023-10-16 00:48:53 +05:30
parent 749b1529b8
commit 7662f2c6f7
3 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
Changelog : v4.3.4 (52)
• Fix crash on some devices while searching non-english keywords
• Improve Apps & Games page
• Add back toggle for auto install post app download
• Do not play notification sound when app is installed or updated
• Fix crash on some devices while opening app details
• Add uninstall confirmation dialog if using root installer
Changelog : v4.3.3 (51)
• Fix search issue, uses WebAPI data

View File

@@ -44,8 +44,8 @@ android {
minSdk = 21
targetSdk = 33
versionCode = 51
versionName = "4.3.3"
versionCode = 52
versionName = "4.3.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,6 @@
• Fix crash on some devices while searching non-english keywords
• Improve Apps & Games page
• Add back toggle for auto install post app download
• Do not play notification sound when app is installed or updated
• Fix crash on some devices while opening app details
• Add uninstall confirmation dialog if using root installer