This commit is contained in:
Rahul Patel
2026-05-13 21:07:07 +05:30
parent 93b7edfbed
commit e9be2c8293
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
Changelog : v4.8.3 (75)
• Update microG version
• Improve app install state handling
• Minor bug fixes and UI/UX improvements
• Translation updates
Changelog : v4.8.2 (74) Changelog : v4.8.2 (74)
• Multiple bug fixes and improvements • Multiple bug fixes and improvements
• Translation updates • Translation updates

View File

@@ -63,8 +63,8 @@ configure<ApplicationExtension> {
version = release(37) version = release(37)
} }
versionCode = 74 versionCode = 75
versionName = "4.8.2" versionName = "4.8.3"
testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner" testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true" testInstrumentationRunnerArguments["disableAnalytics"] = "true"