Skip to content

Commit

Permalink
start new dev cycle (2.1.0-SNAPSHOT)
Browse files Browse the repository at this point in the history
 - including previous commit :)
  • Loading branch information
iBotPeaches committed Jan 3, 2016
1 parent 06a96d0 commit 47076eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ plugins {
apply plugin: 'maven'
apply from: 'gradle/functions.gradle'

def apktoolversion_major = '2.0.3'
def apktoolversion_minor = '';
def apktoolversion_major = '2.1.0'
def apktoolversion_minor = 'SNAPSHOT';

defaultTasks 'build', 'fatJar', 'proguard'

Expand Down

0 comments on commit 47076eb

Please sign in to comment.