Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-01-09 00:29:26 +07:00
parent 6d3c1b98e6
commit cf6af4c9d9
3 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
Changelog : v4.6.4 (65)
• Fixed issues with shared library installation for apps like Chrome and WebView
• Support for login into personal account using microG
• Fixed an issue with auth verification
• Translation updates; Additional strings localized
Changelog : v4.6.3 (64)
• Support for archiving/un-archiving apps on Android 15+
• Support for installing apps into private space on Android 15+

View File

@@ -46,8 +46,8 @@ android {
minSdk = 21
targetSdk = 35
versionCode = 64
versionName = "4.6.3"
versionCode = 65
versionName = "4.6.4"
testInstrumentationRunner = "com.aurora.store.HiltInstrumentationTestRunner"
testInstrumentationRunnerArguments["disableAnalytics"] = "true"

View File

@@ -0,0 +1,4 @@
• Fixed issues with shared library installation for apps like Chrome and WebView
• Support for login into personal account using microG
• Fixed an issue with auth verification
• Translation updates; Additional strings localized