Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-08-19 21:03:39 +05:30
parent 8a4ddf0d5e
commit 694ece74c7
3 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
Changelog : v4.6.0 (61)
• Targets Android 15
• Switch to Web APIs for anonymous mode (better performance, more anonymous)
• Support for data safety section in app details page
• Set insecure anonymous mode as the default anonymous mode
• New feature to add favorites apps to importable/exportable list
• Implement Material You for remaining components with major UI and UX improvements
• Multiple bug fixes and performance improvements
• Translation updates
Changelog : v4.5.1 (60) Changelog : v4.5.1 (60)
• Fixed a bug causing SessionInstaller to crash on old Android versions • Fixed a bug causing SessionInstaller to crash on old Android versions
• Translation updates • Translation updates

View File

@@ -46,8 +46,8 @@ android {
minSdk = 21 minSdk = 21
targetSdk = 35 targetSdk = 35
versionCode = 60 versionCode = 61
versionName = "4.5.1" versionName = "4.6.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@@ -0,0 +1,8 @@
• Targets Android 15
• Switch to Web APIs for anonymous mode (better performance, more anonymous)
• Support for data safety section in app details page
• Set insecure anonymous mode as the default anonymous mode
• New feature to add favorites apps to importable/exportable list
• Implement Material You for remaining components with major UI and UX improvements
• Multiple bug fixes and performance improvements
• Translation updates