We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a867b42 commit 81a5652Copy full SHA for 81a5652
CHANGELOG.md
@@ -6,9 +6,9 @@
6
7
### Changes
8
9
+* Use moshi v.1.13.0.
10
+* Use kotlin v.1.6.10.
11
* Use threetenbp v.1.6.0.
-* Use moshi v.1.12.0.
-* Use kotlin v.1.5.31.
12
* Use okhttp v.3.12.13.
13
* Update `releaseDate` field in `Event` class and the corresponding tests. It can be `null`.
14
* Update test for `Conference` object. The `eventLastReleasedAt` field can be `null`.
build.gradle
@@ -7,8 +7,8 @@ buildscript {
gradleBintrayPluginVersion = "1.8.5"
gradleVersionsPluginVersion = "0.42.0"
junitVersion = "4.13.2"
- kotlinVersion = "1.5.31"
- moshiVersion = "1.12.0"
+ kotlinVersion = "1.6.10"
+ moshiVersion = "1.13.0"
okhttpVersion = "3.12.13"
retrofitVersion = "2.6.4"
threetenbpVersion = "1.6.0"
0 commit comments