Skip to content

Commit

Permalink
fix: use maven style dependency range syntax (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinn committed Feb 16, 2023
1 parent 7d528dc commit ba83214
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.+"
internal const val GIST = "[3.1,4.0)"
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 ba83214

Please sign in to comment.