Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Compose version to 1.2.0-beta03 and kotlin version to 1.6.21 #131

Merged
merged 1 commit into from
Jun 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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