version bump (rc2)

This commit is contained in:
Connor Tumbleson 2014-10-05 14:45:10 -05:00
parent 0912ac6323
commit a21cb84961

View File

@ -17,7 +17,7 @@ apply plugin: 'java'
apply plugin: 'maven'
def apktoolversion_major = '2.0.0'
def apktoolversion_minor = 'RC1';
def apktoolversion_minor = 'RC2';
if (!('release' in gradle.startParameter.taskNames)) {
def hash = getCheckedOutGitCommitHash();