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

Bump AGP version to 7.2.0 and compile & target SDK to 32 #120

Merged
merged 2 commits into from
Jun 18, 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.skydoves.powerspinner

object Configuration {
const val compileSdk = 31
const val targetSdk = 31
const val compileSdk = 32
const val targetSdk = 32
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,15 +1,15 @@
package com.skydoves.powerspinner

object Versions {
internal const val ANDROID_GRADLE_PLUGIN = "7.1.2"
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.21"
internal const val KOTLIN_BINARY_VALIDATOR = "0.8.0"

internal const val APPCOMPAT = "1.4.1"
internal const val MATERIAL = "1.5.0"
internal const val MATERIAL = "1.6.0"
internal const val LIFECYCLE = "2.4.1"
internal const val RECYCLERVIEW = "1.2.1"
internal const val PREFERENCE = "1.2.0"
Expand Down
1 change: 0 additions & 1 deletion powerspinner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ android {

buildFeatures {
viewBinding true
buildConfig false
}

compileOptions {
Expand Down