File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## 2.11.0
5+ _ 2024-06-07_
6+
7+ * Add Episode type attribute by @ZelKami in https://github.com/UweTrottmann/tmdb-java/pull/96
8+ * TvService: support aggregate credits by @UweTrottmann in https://github.com/UweTrottmann/tmdb-java/pull/98
9+ * Update retrofit [ 2.9.0 -> 2.11.0]
10+ * Update okhttp [ 4.10.0 -> 4.12.0]
11+ * Update gson [ 2.10.1 -> 2.11.0]
12+
413## 2.10.0
514_ 2023-06-14_
615
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ A Java wrapper around the [TMDb v3 API](https://developer.themoviedb.org/referen
1010Add the following dependency to your Gradle project:
1111
1212``` groovy
13- implementation("com.uwetrottmann.tmdb2:tmdb-java:2.10 .0")
13+ implementation("com.uwetrottmann.tmdb2:tmdb-java:2.11 .0")
1414```
1515
1616or your Maven project:
@@ -19,7 +19,7 @@ or your Maven project:
1919<dependency >
2020 <groupId >com.uwetrottmann.tmdb2</groupId >
2121 <artifactId >tmdb-java</artifactId >
22- <version >2.10 .0</version >
22+ <version >2.11 .0</version >
2323</dependency >
2424```
2525
You can’t perform that action at this time.
0 commit comments