File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ if test "x$update" = "x1"; then
60
60
sed -r -e ' /define HWLOC_VERSION_MINOR /s/[0-9]+/' $official_minor ' /' -i " $android_config_h "
61
61
sed -r -e ' /define HWLOC_VERSION_RELEASE /s/[0-9]+/' $official_release ' /' -i " $android_config_h "
62
62
sed -r -e ' /define HWLOC_VERSION_GREEK "/s/"[0-9a-zA-Z\.-]*"/"' $official_greek ' "/' -i " $android_config_h "
63
- echo " Updating Android VERSION in $android_gradle ..."
63
+ $ echo " Updating Android VERSION in $android_gradle ..."
64
64
# replace oldversion-X-Y with newversion-1-Y since a version bump usually puts back snapshot number to 1
65
65
suffix=$( grep -w versionName $android_gradle | grep -oP ' ".*"' | tr -d \" | grep -oP -- ' -[0-9\.]+$' )
66
66
sed -r -e ' /versionName "/s/"[0-9a-zA-Z\.-]+"/"' $official_version ' -1' $suffix ' "/' -i $android_gradle
You can’t perform that action at this time.
0 commit comments