Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 5dac383

Browse files
authored
fix(android): io.fabric.tools version (#1)
1 parent 69b78a3 commit 5dac383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/scripts/installer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ module.exports = function($logger, $projectData) {
972972
if (dependenciesNode > -1) {
973973
dependenciesNode = buildGradleContent.indexOf("}", dependenciesNode);
974974
// see https://docs.fabric.io/android/changelog.html
975-
buildGradleContent = buildGradleContent.substr(0, dependenciesNode - 1) + ' classpath "io.fabric.tools:gradle:1.26.1"\\n' + buildGradleContent.substr(dependenciesNode - 1);
975+
buildGradleContent = buildGradleContent.substr(0, dependenciesNode - 1) + ' classpath "io.fabric.tools:gradle:1.28.0"\\n' + buildGradleContent.substr(dependenciesNode - 1);
976976
}
977977
978978
} else if (buildGradleContent.indexOf("https://dl.bintray.com/android/android-tools") === -1) {

0 commit comments

Comments
 (0)