Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-06-06 08:48:35 +05:30
parent e8fdc6d937
commit 44e7a6f6f9
3 changed files with 17 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
Changelog : v4.5.0 (59)
• Support for third-party token dispensers
• Multiple UI/UX improvements and bug fixes
• New automatic cache cleanup feature to remove old downloads
• Accent color setting has been retired for Android 12+ devices
• SessionInstaller: Ability to set Aurora Store as device owner using ADB (credits: @s1204IT)
• SessionInstaller: Installation queue support
Changelog : v4.4.4 (58)
• Fixed issue with login related to Google Accounts
• Moved navigation drawer items into a separate dialog

View File

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

View File

@@ -0,0 +1,6 @@
• Support for third-party token dispensers
• Multiple UI/UX improvements and bug fixes
• New automatic cache cleanup feature to remove old downloads
• Accent color setting has been retired for Android 12+ devices
• SessionInstaller: Ability to set Aurora Store as device owner using ADB (credits: @s1204IT)
• SessionInstaller: Installation queue support