Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-06-09 11:54:02 +08:00
parent b0fd4d9bd9
commit 5db149f438
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Changelog : v4.7.2 (68) - Upcoming Changelog : v4.7.2 (68)
• Switch to new APIs for searching and installing apps • Switch to new APIs for searching and installing apps
• Search filter is no longer available, will be added back later • Search filter is no longer available, will be added back later
• Fix crash on navigating to app details page • Fix crash on navigating to app details page

View File

@@ -51,8 +51,8 @@ android {
minSdk = 21 minSdk = 21
targetSdk = 36 targetSdk = 36
versionCode = 67 versionCode = 68
versionName = "4.7.1" versionName = "4.7.2"
testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner" testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true" testInstrumentationRunnerArguments["disableAnalytics"] = "true"