Skip to content

Commit

Permalink
chore: revert to kotlin 1.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Info committed Jun 21, 2023
1 parent 917940d commit b66862e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'com.android.test' version '8.0.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.22' apply false
id 'com.google.devtools.ksp' version '1.8.22-1.0.11' apply false
id 'org.jetbrains.kotlin.android' version '1.8.21' apply false
id 'com.google.devtools.ksp' version '1.8.21-1.0.11' apply false
id 'com.google.dagger.hilt.android' version "$hilt_version" apply false
id 'com.google.protobuf' version '0.9.3' apply false
id 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin' version '2.0.1' apply false
Expand Down

0 comments on commit b66862e

Please sign in to comment.