Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanjan90 authored Aug 20, 2021
1 parent 4601589 commit 49e6838
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 @@ -20,7 +20,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '5.2.0'
}

def releaseVersion = '1.5.0'
def releaseVersion = '1.4.1'
def releaseBuild = false;

if (System.getenv('TRAVIS_BRANCH') && System.getenv('TRAVIS_PULL_REQUEST') == 'false') {
Expand Down

0 comments on commit 49e6838

Please sign in to comment.