Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-05-21 15:39:04 +08:00
parent 88bc6bd328
commit 041745b757
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
Changelog : v4.7.1 (67)
• Target Android 16
• Fix bug with opening links to apps
• Support opening the app's detail page from app info settings
• Translation updates
Changelog : v4.7.0 (66)
• New app compatibility ratings powered by Plexus
• Improvements to blacklist manager

View File

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

View File

@@ -0,0 +1,4 @@
• Target Android 16
• Fix bug with opening links to apps
• Support opening the app's detail page from app info settings
• Translation updates