@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
2
fastlane/metadata/android/en-US/changelogs/60.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/60.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
• Fixed a bug causing SessionInstaller to crash on old Android versions
|
||||
• Translation updates
|
||||
Reference in New Issue
Block a user