Also add missing changelog for 4.7.3 in fastlane dir

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-07-28 14:52:10 +08:00
parent 6d2b663f8a
commit d43dcd065c
4 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
Changelog : v4.7.4 (70)
• Do not prompt for microG installs on non-huawei builds
• Translation updates
Changelog : v4.7.3 (69)
• Add capability to install microG bundle on Huawei devices
• Minor bug fixes and improvements

View File

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

View File

@@ -0,0 +1,3 @@
• Add capability to install microG bundle on Huawei devices
• Minor bug fixes and improvements
• Translation updates

View File

@@ -0,0 +1,2 @@
• Do not prompt for microG installs on non-huawei builds
• Translation updates