Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-12-23 15:30:35 +07:00
parent b0943c57ba
commit 2cf63309fa
3 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
Changelog : v4.6.2 (63)
• Support for archiving/un-archiving apps on Android 15+
• Support for installing apps into private space on Android 15+
• UI adjustments for edge-to-edge support
• Multiple bug fixes and improvements
• Improvements to notification channels and notifications
• Translation updates; Additional strings localized
Changelog : v4.6.2 (63)
• Fixed minor migration issue
• Added auto update for Nightly builds

View File

@@ -46,8 +46,8 @@ android {
minSdk = 21
targetSdk = 35
versionCode = 63
versionName = "4.6.2"
versionCode = 64
versionName = "4.6.3"
testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"

View File

@@ -0,0 +1,6 @@
• Support for archiving/un-archiving apps on Android 15+
• Support for installing apps into private space on Android 15+
• UI adjustments for edge-to-edge support
• Multiple bug fixes and improvements
• Improvements to notification channels and notifications
• Translation updates; Additional strings localized