version bump (2.2.0)

This commit is contained in:
Connor Tumbleson 2016-08-07 10:59:00 -04:00
parent 00abedfa06
commit c6c62d2b7a
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -29,7 +29,7 @@ apply plugin: 'maven'
apply from: 'gradle/functions.gradle'
def apktoolversion_major = '2.2.0'
def apktoolversion_minor = 'SNAPSHOT';
def apktoolversion_minor = '';
defaultTasks 'build', 'fatJar', 'proguard'