Skip to content

Commit

Permalink
Merge pull request #160 from skydoves/update/depds
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
skydoves authored Jun 27, 2023
2 parents ed251ef + d5f24dd commit 6e04965
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
Expand Up @@ -4,13 +4,13 @@ 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.3.0"
internal const val KOTLIN = "1.8.10"
internal const val KOTLIN_GRADLE_DOKKA = "1.8.10"
internal const val KOTLIN_BINARY_VALIDATOR = "0.13.0"
internal const val KOTLIN = "1.8.20"
internal const val KOTLIN_GRADLE_DOKKA = "1.8.20"
internal const val KOTLIN_BINARY_VALIDATOR = "0.13.2"

internal const val APPCOMPAT = "1.6.1"
internal const val APPCOMPAT = "1.7.0-alpha02"
internal const val MATERIAL = "1.8.0"
internal const val LIFECYCLE = "2.6.0"
internal const val LIFECYCLE = "2.6.1"
internal const val RECYCLERVIEW = "1.2.1"
internal const val PREFERENCE = "1.2.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.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6e04965

Please sign in to comment.