Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-06-12 09:46:38 +05:30
parent 7dace02c2c
commit 4adb0fa613
3 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
Changelog : v4.5.1 (60)
• Fixed a bug causing SessionInstaller to crash on old Android versions
• Translation updates
Changelog : v4.5.0 (59)
• Support for third-party token dispensers
• Multiple UI/UX improvements and bug fixes
@@ -6,7 +10,6 @@ Changelog : v4.5.0 (59)
• 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 = 59
versionName = "4.5.0"
versionCode = 60
versionName = "4.5.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,2 @@
• Fixed a bug causing SessionInstaller to crash on old Android versions
• Translation updates