This commit is contained in:
Rahul Patel
2025-07-14 16:02:42 +05:30
parent 62aba15696
commit 3dc3c2a452
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Changelog : v4.7.3 (69)
• Add capability to install microG bundle on Huawei devices
• Minor bug fixes and improvements
• Translation updates
Changelog : v4.7.2 (68) 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

View File

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