Skip to content

Commit

Permalink
Merge pull request #120 from arkivanov/update-compose-versions-to-bet…
Browse files Browse the repository at this point in the history
…a05-and-build184

Update Compose versions to beta05 and build184, and Kotlin to 1.4.32
  • Loading branch information
arkivanov authored Apr 26, 2021
2 parents efa62ba + 9133d39 commit b59b948
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
buildscript {
ext {
decompose_version = '0.2.3'
kotlin_version = "1.4.31"
kotlin_version = "1.4.32"
compose_kotlin_compiler_version = kotlin_version
compose_jetpack_version = '1.0.0-beta03'
compose_jetbrains_version = '0.4.0-build177'
compose_jetpack_version = '1.0.0-beta05'
compose_jetbrains_version = '0.4.0-build184'
reaktive_version = '1.1.21'
mvikotlin_version = '2.0.0'
androidx_appcompat_version = '1.2.0'
Expand Down
6 changes: 6 additions & 0 deletions extensions-compose-jetpack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ plugins.apply('maven-publish')
setupAndroid(project)
setupCompose(project)

android {
lintOptions {
disable "UnusedCrossfadeTargetStateParameter"
}
}

dependencies {
implementation project(':decompose')
implementation "androidx.compose.foundation:foundation:$compose_jetpack_version"
Expand Down

0 comments on commit b59b948

Please sign in to comment.