Skip to content

Commit

Permalink
Merge pull request #795 from google/ja/1.0.4
Browse files Browse the repository at this point in the history
Updates to Compose 1.0.4 and Kotlin 1.5.31
  • Loading branch information
JoseAlcerreca committed Oct 15, 2021
2 parents 5018de9 + 013b89b commit e88bc8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
@@ -1,13 +1,13 @@
[versions]
compose = "1.0.3"
compose = "1.0.4"
composesnapshot = "-" # a single character = no snapshot

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.0.2"
lint = "30.0.2"
gradlePlugin = "7.0.3"
lint = "30.0.3"

ktlint = "0.42.1"
kotlin = "1.5.30"
kotlin = "1.5.31"
coroutines = "1.5.2"
okhttp = "3.12.13"
coil = "1.3.2"
Expand Down Expand Up @@ -51,7 +51,7 @@ coil-coil = { module = "io.coil-kt:coil", version.ref = "coil" }
coil-gif = { module = "io.coil-kt:coil-gif", version.ref = "coil" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }

androidx-appcompat = "androidx.appcompat:appcompat:1.3.0"
androidx-appcompat = "androidx.appcompat:appcompat:1.3.1"
androidx-core = "androidx.core:core-ktx:1.5.0"
androidx-activity-compose = "androidx.activity:activity-compose:1.3.0"
androidx-fragment = "androidx.fragment:fragment-ktx:1.3.0"
Expand Down
Expand Up @@ -40,6 +40,7 @@ internal class PermissionsLaunchDetectorTest {
ComposableStub,
TestFiles.kt(fileToAdd)
)
.allowMissingSdk()
.issues(PermissionsLaunchDetector.PermissionLaunchedDuringComposition)
.run()
}
Expand Down

0 comments on commit e88bc8a

Please sign in to comment.