Skip to content

Commit

Permalink
Bump lifecycle to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Apr 23, 2023
1 parent b14047f commit 39a12a8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package com.skydoves.powerspinner
object Versions {
internal const val ANDROID_GRADLE_PLUGIN = "7.4.1"
internal const val ANDROID_GRADLE_SPOTLESS = "6.7.0"
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.3.0"
internal const val KOTLIN = "1.8.10"
internal const val KOTLIN_GRADLE_DOKKA = "1.7.20"
internal const val KOTLIN_GRADLE_DOKKA = "1.8.10"
internal const val KOTLIN_BINARY_VALIDATOR = "0.13.0"

internal const val APPCOMPAT = "1.6.1"
internal const val MATERIAL = "1.8.0"
internal const val LIFECYCLE = "2.5.1"
internal const val LIFECYCLE = "2.6.0"
internal const val RECYCLERVIEW = "1.2.1"
internal const val PREFERENCE = "1.2.0"
}
Expand Down

0 comments on commit 39a12a8

Please sign in to comment.