This commit is contained in:
Rahul Patel
2025-08-19 13:32:57 +05:30
parent 5ef656de1e
commit 9ccbd62df0
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
Changelog : v4.7.5 (71)
• Fix app install issue on huawei devices
• Translation updates
Changelog : v4.7.4 (70)
• Do not prompt for microG installs on non-huawei builds
• Translation updates

View File

@@ -54,8 +54,8 @@ android {
minSdk = 21
targetSdk = 36
versionCode = 70
versionName = "4.7.4"
versionCode = 71
versionName = "4.7.5"
testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"

View File

@@ -0,0 +1,2 @@
• Fix app install issue on huawei devices
• Translation updates