This commit is contained in:
michaldrabik
2025-02-05 16:08:54 +01:00
parent 6d7eb09e57
commit c7241cf8a6
2 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1 @@
* Added small UI improvements and new material icons for smoother look
* Moved share button to other action buttons in details screen
* Reworked ratings now do not require to be logged in with Trakt
* Bugfixes and performance improvements
* Updated Trakt token refresh logic to handle latest changes

View File

@ -1,6 +1,6 @@
ext.versions = [
versionCode: 870,
versionName: '3.45.1',
versionCode: 875,
versionName: '3.45.2',
minSdk : 21,
compileSdk : 34,