@@ -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)
|
Changelog : v4.6.0 (61)
|
||||||
• Targets Android 15
|
• Targets Android 15
|
||||||
• Switch to Web APIs for anonymous mode (better performance, more anonymous)
|
• Switch to Web APIs for anonymous mode (better performance, more anonymous)
|
||||||
|
|||||||
@@ -46,8 +46,8 @@ android {
|
|||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
|
|
||||||
versionCode = 61
|
versionCode = 62
|
||||||
versionName = "4.6.0"
|
versionName = "4.6.1"
|
||||||
|
|
||||||
testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner"
|
testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner"
|
||||||
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
|
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