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 AGP 7.4.1, material 1.8.0, Kotlin 1.8.10, lifecycle 1.5.1 #146

Merged
merged 1 commit into from
Feb 21, 2023
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.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