Skip to content

Commit

Permalink
Merge pull request #338 from skydoves/agp/7.2.0
Browse files Browse the repository at this point in the history
Bump AGP to 7.2.0 and kotlin to 1.6.21
  • Loading branch information
skydoves authored Jun 7, 2022
2 parents 9af189c + a639787 commit b99ad04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/com/skydoves/balloon/Dependencies.kt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package com.skydoves.balloon

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.10"
internal const val KOTLIN = "1.6.21"
internal const val KOTLIN_GRADLE_DOKKA = "1.6.21"
internal const val KOTLIN_BINARY_VALIDATOR = "0.8.0"

internal const val APPCOMPAT = "1.4.0"
Expand Down

0 comments on commit b99ad04

Please sign in to comment.