Skip to content

Commit

Permalink
Push Version to 4a
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma committed May 30, 2018
1 parent 1be1347 commit e7a7822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply from: 'javapreprocessor.gradle'
group = 'de.inetsoftware'

def LIB_GRADLE_VERSION = System.getenv('LIB_GRADLE_VERSION') ?: '4.5.1' // Gradle version for the wrapper
def buildVersion = '4' // build version
def buildVersion = '4a' // build version
def baseVersion = '4.5' // Base Version to build, depends on gradle version.

wrapper.gradleVersion = LIB_GRADLE_VERSION
Expand Down

0 comments on commit e7a7822

Please sign in to comment.