Skip to content

Commit

Permalink
Merge pull request #174 from aclassen/dependabot/gradle/org.jetbrains…
Browse files Browse the repository at this point in the history
….kotlin.android-1.7.20

Bump org.jetbrains.kotlin.android from 1.7.10 to 1.7.20
  • Loading branch information
aclassen authored Oct 15, 2022
2 parents 6e9dd32 + 7a8302c commit c49eef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
`maven-publish`
id("com.android.library") version "7.3.1" apply false
id("org.jetbrains.kotlin.multiplatform") version "1.7.10" apply false
id("org.jetbrains.kotlin.android") version "1.7.10" apply false
id("org.jetbrains.kotlin.android") version "1.7.20" apply false
id("org.jetbrains.compose") version "1.2.0" apply false
}

Expand Down

0 comments on commit c49eef0

Please sign in to comment.