Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2026-04-26 11:14:13 +08:00
parent 3772030966
commit 75ba09af32
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
Changelog : v4.8.2 (74)
• Multiple bug fixes and improvements
• Translation updates
Changelog : v4.8.1 (73) Changelog : v4.8.1 (73)
• Fix login issues • Fix login issues
• Minor bug fixes and improvements • Minor bug fixes and improvements

View File

@@ -59,8 +59,8 @@ configure<ApplicationExtension> {
minSdk = 23 minSdk = 23
targetSdk = 36 targetSdk = 36
versionCode = 73 versionCode = 74
versionName = "4.8.1" versionName = "4.8.2"
testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner" testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true" testInstrumentationRunnerArguments["disableAnalytics"] = "true"