You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Compare versions and update if the latest is greater
46
45
if compare_versions "$current_version""$latest_version";then
47
46
sed "${SED_IN_PLACE_COMMAND[@]}""s/$dep_version_name = \".*\"/$dep_version_name = \"$latest_version\"/""$VERSION_FILE"
48
-
sed "${SED_IN_PLACE_COMMAND[@]}""s/classpath(\"io.bitrise.gradle:$artifact_name:.*\")/classpath(\"io.bitrise.gradle:$artifact_name:$latest_version\")/""$TEST_FILE"
49
47
echo"Updated to version $latest_version"
50
48
else
51
49
echo"No update needed. Current version ($current_version) is up-to-date or newer."
0 commit comments