Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 26, 2022
1 parent 898d4c2 commit 86071cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package com.skydoves.powerspinner

object Versions {
internal const val ANDROID_GRADLE_PLUGIN = "7.2.0"
internal const val ANDROID_GRADLE_SPOTLESS = "6.3.0"
internal const val ANDROID_GRADLE_PLUGIN = "7.2.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.6.10"
internal const val KOTLIN_GRADLE_DOKKA = "1.6.21"
internal const val KOTLIN_BINARY_VALIDATOR = "0.8.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 APPCOMPAT = "1.4.1"
internal const val MATERIAL = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 86071cd

Please sign in to comment.