Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-09-20 12:40:19 +05:30
parent b198421203
commit d257d53a07
3 changed files with 16 additions and 2 deletions

View File

@@ -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)

View File

@@ -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"

View 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