Skip to content

Commit

Permalink
Update Compose version to 1.2.0-beta03 and kotlin version to 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jun 4, 2022
1 parent 6206967 commit 4a4ad3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
package com.github.skydoves.landscapist

object Configuration {
const val compileSdk = 31
const val targetSdk = 31
const val compileSdk = 32
const val targetSdk = 32
const val minSdk = 21
const val majorVersion = 1
const val minorVersion = 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ object Versions {
internal const val ANDROID_GRADLE_PLUGIN = "7.2.0"
internal const val ANDROID_GRADLE_SPOTLESS = "6.3.0"
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
internal const val KOTLIN = "1.6.10"
internal const val KOTLIN_GRADLE_DOKKA = "1.6.10"
internal const val KOTLIN = "1.6.21"
internal const val KOTLIN_GRADLE_DOKKA = "1.6.21"
internal const val KOTLIN_BINARY_VALIDATOR = "0.8.0"

internal const val CORE_KTX = "1.7.0"
internal const val COMPOSE = "1.1.1"
internal const val COMPOSE = "1.2.0-beta03"
internal const val COROUTINES = "1.6.0"

internal const val FRESCO = "2.6.0"
Expand Down

0 comments on commit 4a4ad3e

Please sign in to comment.