This commit is contained in:
Rahul Patel
2024-09-30 14:30:54 +05:30
parent cd668b2a2d
commit ee7ea6d05d
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Changelog : v4.6.2 (63)
• Fixed minor migration issue
• Added auto update for Nightly builds
• Translation updates
Changelog : v4.6.1 (62)
• Fixed UI issue on Android 15
• Improvements to proxy configuration and usage

View File

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

View File

@@ -0,0 +1,3 @@
• Fixed minor migration issue
• Added auto update for Nightly builds
• Translation updates