@@ -1,3 +1,11 @@
|
||||
Changelog : v4.6.1 (62)
|
||||
• Fixed UI issue on Android 15
|
||||
• Improvements to proxy configuration and usage
|
||||
• SSL pinning for known domains using root certificates
|
||||
• Better support for Dynamic themes on supported devices
|
||||
• Dropped support for custom themes and accent colors
|
||||
• Translation updates
|
||||
|
||||
Changelog : v4.6.0 (61)
|
||||
• Targets Android 15
|
||||
• Switch to Web APIs for anonymous mode (better performance, more anonymous)
|
||||
|
||||
@@ -46,8 +46,8 @@ android {
|
||||
minSdk = 21
|
||||
targetSdk = 35
|
||||
|
||||
versionCode = 61
|
||||
versionName = "4.6.0"
|
||||
versionCode = 62
|
||||
versionName = "4.6.1"
|
||||
|
||||
testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner"
|
||||
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
|
||||
|
||||
6
fastlane/metadata/android/en-US/changelogs/62.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/62.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
• Fixed UI issue on Android 15
|
||||
• Improvements to proxy configuration and usage
|
||||
• SSL pinning for known domains using root certificates
|
||||
• Better support for Dynamic themes on supported devices
|
||||
• Dropped support for custom themes and accent colors
|
||||
• Translation updates
|
||||
Reference in New Issue
Block a user