Skip to content

Commit

Permalink
Update Compose compiler (1.3.0) and Kotlin (1.7.10). (#1391)
Browse files Browse the repository at this point in the history
* Update Compose Compiler (1.3.0), Kotlin (1.7.10), and Accompanist (0.25.1).

* Revert.
  • Loading branch information
colinrtwhite committed Aug 11, 2022
1 parent 2e05b9c commit 69314cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Expand Up @@ -3,7 +3,7 @@ androidx-activity = "1.4.0"
androidx-lifecycle = "2.4.1"
androidx-test = "1.4.0"
compose = "1.2.1"
composeCompiler = "1.2.0"
composeCompiler = "1.3.0"
coroutines = "1.6.4"
ktlint = "0.44.0"
okhttp = "4.10.0"
Expand All @@ -16,7 +16,7 @@ ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "10.3.0" }

[libraries]
gradlePlugin-android = "com.android.tools.build:gradle:7.2.2"
gradlePlugin-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0"
gradlePlugin-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
gradlePlugin-mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.21.0"

accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version = "0.25.0" }
Expand Down

0 comments on commit 69314cf

Please sign in to comment.