build: version bump (2.4.0)

This commit is contained in:
Connor Tumbleson 2019-03-01 19:37:47 -05:00
parent c8d2a6a853
commit 7ba7249ce3
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -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'
@ -135,4 +135,4 @@ subprojects {
wrapper {
gradleVersion = '4.10'
distributionType = Wrapper.DistributionType.ALL
}
}