Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2026-01-09 00:32:59 +08:00
parent 3d4fe6f770
commit 2ef5cad4bb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
[UNRELEASED] 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
• Improved support for wide-screen devices • Improved support for wide-screen devices

View File

@@ -57,8 +57,8 @@ android {
minSdk = 23 minSdk = 23
targetSdk = 36 targetSdk = 36
versionCode = 71 versionCode = 72
versionName = "4.7.5" versionName = "4.8.0"
testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner" testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true" testInstrumentationRunnerArguments["disableAnalytics"] = "true"