Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-04-25 11:29:04 +05:30
parent f43af7a999
commit 34b94ef236
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
Changelog : v4.4.4 (58)
• Fixed issue with login related to Google Accounts
• Moved navigation drawer items into a separate dialog
• Switched to NavigationRail for large-screen devices
• Ability to export downloads to an external location
Changelog : v4.4.3 (57) Changelog : v4.4.3 (57)
• Multiple bug fixes and UI/UX improvements • Multiple bug fixes and UI/UX improvements
• New permissions are now highlighted in permissions sheet • New permissions are now highlighted in permissions sheet

View File

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

View File

@@ -0,0 +1,4 @@
• Fixed issue with login related to Google Accounts
• Moved navigation drawer items into a separate dialog
• Switched to NavigationRail for large-screen devices
• Ability to export downloads to an external location