Skip to content

Commit

Permalink
Merge pull request #146 from skydoves/update/dependencies
Browse files Browse the repository at this point in the history
Update AGP 7.4.1, material 1.8.0, Kotlin 1.8.10, lifecycle 1.5.1
  • Loading branch information
skydoves committed Feb 21, 2023
2 parents 339667c + 9e6eb27 commit af997b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
package com.skydoves.powerspinner

object Configuration {
const val compileSdk = 32
const val targetSdk = 32
const val compileSdk = 33
const val targetSdk = 33
const val minSdk = 17
const val majorVersion = 1
const val minorVersion = 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
package com.skydoves.powerspinner

object Versions {
internal const val ANDROID_GRADLE_PLUGIN = "7.2.1"
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 KOTLIN = "1.7.10"
internal const val KOTLIN_GRADLE_DOKKA = "1.7.10"
internal const val KOTLIN_BINARY_VALIDATOR = "0.11.0"
internal const val KOTLIN = "1.8.10"
internal const val KOTLIN_GRADLE_DOKKA = "1.7.20"
internal const val KOTLIN_BINARY_VALIDATOR = "0.13.0"

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

0 comments on commit af997b0

Please sign in to comment.