Skip to content

Commit

Permalink
fix: set gist dependency to use latest 3.X.Y version (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinn committed Feb 16, 2023
1 parent bd5cc7e commit a019c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io.customer/android/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Versions {
internal const val FIREBASE_MESSAGING = "23.1.0"
internal const val GRADLE_NEXUS_PUBLISH_PLUGIN = "1.1.0"
internal const val GRADLE_VERSIONS_PLUGIN = "0.39.0"
internal const val GIST = "3.0.3"
internal const val GIST = "3.+"
internal const val GOOGLE_PLAY_SERVICES_BASE = "17.6.0"
internal const val KLUENT = "1.72"
internal const val KOTLIN_BINARY_VALIDATOR = "0.10.1"
Expand Down

0 comments on commit a019c36

Please sign in to comment.