Skip to content

Commit

Permalink
Bump kotlin & compose & dokka (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Oct 14, 2021
1 parent 9328f21 commit 1a2af73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildSrc/plugins.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
rootProject.extra.apply {
set("androidPlugin", "com.android.tools.build:gradle:7.0.3")
set("kotlinPlugin", "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30")
set("kotlinPlugin", "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31")
set("mavenPublishPlugin", "com.vanniktech:gradle-maven-publish-plugin:0.18.0")
set("dokkaPlugin", "org.jetbrains.dokka:dokka-gradle-plugin:1.5.30")
set("dokkaAndroidPlugin", "org.jetbrains.dokka:android-documentation-plugin:1.5.30")
set("dokkaPlugin", "org.jetbrains.dokka:dokka-gradle-plugin:1.5.31")
set("dokkaAndroidPlugin", "org.jetbrains.dokka:android-documentation-plugin:1.5.31")
set("binaryCompatibilityPlugin", "org.jetbrains.kotlinx:binary-compatibility-validator:0.7.1")
set("ktlintPlugin", "org.jlleitschuh.gradle:ktlint-gradle:10.2.0")
}
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Library.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ object Library {
const val ANDROIDX_LIFECYCLE_RUNTIME = "androidx.lifecycle:lifecycle-runtime:$LIFECYCLE_VERSION"
const val ANDROIDX_LIFECYCLE_VIEW_MODEL = "androidx.lifecycle:lifecycle-viewmodel-ktx:$LIFECYCLE_VERSION"

const val COMPOSE_VERSION = "1.0.3"
const val COMPOSE_VERSION = "1.0.4"
const val COMPOSE_FOUNDATION = "androidx.compose.foundation:foundation:$COMPOSE_VERSION"
const val COMPOSE_UI = "androidx.compose.ui:ui:$COMPOSE_VERSION"
const val COMPOSE_UI_TEST_JUNIT = "androidx.compose.ui:ui-test-junit4:$COMPOSE_VERSION"
Expand Down

0 comments on commit 1a2af73

Please sign in to comment.