Skip to content

Commit

Permalink
Version 3.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldrabik committed Aug 11, 2024
1 parent 8ac4dc0 commit 0637294
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ The codebase has been around for a few years now and it grew a bit rusty.
Few things surely could be adressed:

- Overall architecture should be simplified and refactored into more strict feature-based one
- Single responsibility principle is broken and should be refactored in a few places like some of the Use Cases
- Retrofit could be replaced in favor of Ktor Client
- Jetpack Compose migration (although there is no **_real_** benefit of it currently from end-user point of view)
- Add more unit tests to complete suite and increase coverage
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/assets/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Fix bug with custom date selection incorrect date being used
* Fix bug with Trakt API pagination that could cause large sets of data no to be fetched entirely
* Small translations updates
4 changes: 2 additions & 2 deletions versions.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext.versions = [
versionCode: 801,
versionName: '3.37.2',
versionCode: 810,
versionName: '3.38.0',

minSdk : 21,
compileSdk : 34,
Expand Down

0 comments on commit 0637294

Please sign in to comment.