From 63e26fdc16ed3984b84a9fb5e92f696bf333346a Mon Sep 17 00:00:00 2001 From: Tal Moran Date: Wed, 21 Sep 2016 16:21:22 +0300 Subject: [PATCH] Some documentation for versionup.pl --- versionup.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/versionup.pl b/versionup.pl index 21cfab4..9f23d3a 100755 --- a/versionup.pl +++ b/versionup.pl @@ -1,5 +1,9 @@ #!/usr/bin/perl -i.orig +# Edit a build.gradle file in-place to update plugins to a specific version +# To update all subprojects, run: +# ./versionup.pl */build.gradle + # Plugins and their latest versions $plugins = { 'com.google.protobuf' => '0.8.0',