Some documentation for versionup.pl

mixer
Tal Moran 2016-09-21 16:21:22 +03:00
parent 267164e996
commit 63e26fdc16
1 changed files with 4 additions and 0 deletions

View File

@ -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',