Skip to content

Commit 3ab8b08

Browse files
authored
Make artifactory compatible with gradle 4.8 (#1327)
1 parent f7cbc1e commit 3ab8b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object Config {
1616
const val google = "com.google.gms:google-services:4.0.1"
1717

1818
const val bintray = "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
19-
const val buildInfo = "org.jfrog.buildinfo:build-info-extractor-gradle:4.5.4"
19+
const val buildInfo = "org.jfrog.buildinfo:build-info-extractor-gradle:4.7.3"
2020
}
2121

2222
object Libs {

0 commit comments

Comments
 (0)