Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-04-06 11:58:02 +05:30
parent 2183dfd105
commit eecd026114
3 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
Changelog : v4.4.3 (57)
• Multiple bug fixes and UI/UX improvements
• New permissions are now highlighted in permissions sheet
• Changes to the downloads system
• Default downloads location changed to internal cache directory
• Downloads now resume automatically when restarted if files exists
• Translation updates
Changelog : v4.4.2 (56) Changelog : v4.4.2 (56)
• Target Android 14 • Target Android 14
• Improve the F-Droid package filter for updates • Improve the F-Droid package filter for updates

View File

@@ -45,8 +45,8 @@ android {
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 34
versionCode = 56 versionCode = 57
versionName = "4.4.2" versionName = "4.4.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@@ -0,0 +1,7 @@
• Multiple bug fixes and UI/UX improvements
• New permissions are now highlighted in permissions sheet
• New spoof configurations for x86 devices
• Changes to the downloads system
• Default downloads location changed to internal cache directory
• Downloads now resume automatically when restarted if files exists
• Translation updates