start new dev cycle (2.1.0-SNAPSHOT)

- including previous commit :)
This commit is contained in:
Connor Tumbleson 2016-01-03 17:52:32 -06:00
parent 06a96d035d
commit 47076ebaba

View File

@ -32,8 +32,8 @@ plugins {
apply plugin: 'maven' apply plugin: 'maven'
apply from: 'gradle/functions.gradle' apply from: 'gradle/functions.gradle'
def apktoolversion_major = '2.0.3' def apktoolversion_major = '2.1.0'
def apktoolversion_minor = ''; def apktoolversion_minor = 'SNAPSHOT';
defaultTasks 'build', 'fatJar', 'proguard' defaultTasks 'build', 'fatJar', 'proguard'