Skip to content

Commit

Permalink
fix(android): update kotlin to v1.6.10 (#814)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 17, 2022
1 parent 2747edb commit dd8aa9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ ext {
androidRecyclerView : "androidx.recyclerview:recyclerview:1.2.1",
androidSwipeRefreshLayout : "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0",
junit : "junit:junit:4.13.2",
kotlinReflect : "org.jetbrains.kotlin:kotlin-reflect:1.5.31",
kotlinStdlibJdk7 : "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.31",
kotlinStdlibJdk8 : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.31",
kotlinReflect : "org.jetbrains.kotlin:kotlin-reflect:1.6.10",
kotlinStdlibJdk7 : "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.10",
kotlinStdlibJdk8 : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10",
materialComponents : "com.google.android.material:material:1.5.0",
mockitoInline : "org.mockito:mockito-inline:4.4.0",
moshiKotlin : "com.squareup.moshi:moshi-kotlin:1.13.0",
Expand Down

0 comments on commit dd8aa9b

Please sign in to comment.