diff --git a/CHANGELOG b/CHANGELOG index d38afc734..8bfd9179b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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+ diff --git a/app/build.gradle.kts b/app/build.gradle.kts index f45d89f97..33ab230e5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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" diff --git a/fastlane/metadata/android/en-US/changelogs/65.txt b/fastlane/metadata/android/en-US/changelogs/65.txt new file mode 100644 index 000000000..c37e71b9d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/65.txt @@ -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