Skip to content

Commit

Permalink
Libraries update
Browse files Browse the repository at this point in the history
- Kotlin stdlib to 1.6.10
- Moshi to 1.13.0
  • Loading branch information
emansih committed Jan 15, 2022
1 parent 244764a commit 7e38879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ object Dependencies{
const val minSdk = 23
const val targetSdk = 30
const val compileSdk = 31
const val kotlinVersion = "1.5.20"
const val kotlinVersion = "1.6.10"
private const val retrofitVersion = "2.9.0"
private const val lifecycleVersion = "2.4.0"
private const val roomVersion = "2.4.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ object Dependencies{
private const val biometricVersion = "1.2.0-alpha04"
private const val testVersion = "1.3.0-alpha03"
private const val taskerPluginVersion = "0.4.2"
private const val moshiVersion = "1.12.0"
private const val moshiVersion = "1.13.0"
private const val calendarViewVersion = "1.0.4"
private const val pagingLibVersion = "3.1.0"
private const val viewPager2Version = "1.1.0-beta01"
Expand Down

0 comments on commit 7e38879

Please sign in to comment.