Skip to content

Commit

Permalink
build: version bump (2.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Mar 2, 2019
1 parent c8d2a6a commit 7ba7249
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,7 +32,7 @@ plugins {
apply from: 'gradle/functions.gradle'

def apktoolversion_major = '2.4.0'
def apktoolversion_minor = 'SNAPSHOT';
def apktoolversion_minor = '';

defaultTasks 'build', 'shadowJar', 'proguard'

Expand Down Expand Up @@ -135,4 +135,4 @@ subprojects {
wrapper {
gradleVersion = '4.10'
distributionType = Wrapper.DistributionType.ALL
}
}

0 comments on commit 7ba7249

Please sign in to comment.