This commit is contained in:
Rahul Patel
2023-10-18 01:02:17 +05:30
parent ea2436ae6f
commit 491b16782c
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Changelog : v4.3.5 (53)
• Fix apps not installing post download
• Allow choosing custom download directory
• Add Wifi-only download option
Changelog : v4.3.4 (52)
• Fix crash on some devices while searching non-english keywords
• Improve Apps & Games page

View File

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

View File

@@ -0,0 +1,3 @@
• Fix apps not installing post download
• Allow choosing custom download directory
• Add Wifi-only download option