mirror of
https://github.com/whyorean/AuroraStore.git
synced 2025-12-23 22:27:55 -05:00
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
6
fastlane/metadata/android/en-US/changelogs/64.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/64.txt
Normal 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
|
||||
Reference in New Issue
Block a user