This commit is contained in:
Rahul Patel
2026-02-16 21:30:27 +05:30
parent 9599485f46
commit b095b66f7a
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Changelog : v4.8.1 (73)
• Fix login issues
• Minor bug fixes and improvements
• Translation updates
Changelog: v4.8.0 (72) Changelog: v4.8.0 (72)
• Minimum supported Android version is now Android 6.0 • Minimum supported Android version is now Android 6.0
• Switched to Material3 Expressive theme • Switched to Material3 Expressive theme

View File

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