Skip to content

Commit

Permalink
Merge pull request #277 from PatilShreyas/update/compose-1.0.4
Browse files Browse the repository at this point in the history
Update Kotlin and Jetpack Compose version
  • Loading branch information
PatilShreyas authored Oct 24, 2021
2 parents 6dbc5c0 + 4b32b6a commit ca431e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noty-android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ext {
androidGradlePluginVersion = '7.0.3'

// Kotlin
kotlinVersion = "1.5.30"
kotlinVersion = "1.5.31"
ktlintVersion = "10.2.0"
coroutinesVersion = "1.5.2"

Expand Down Expand Up @@ -61,7 +61,7 @@ ext {
javaxInjectVersion = "1"

// Jetpack Compose
composeVersion = "1.0.3"
composeVersion = "1.0.4"

// Constrain Layout (Compose)
composeConstraintLayoutVersion = "1.0.0-rc01"
Expand Down

0 comments on commit ca431e4

Please sign in to comment.