Skip to content

Commit

Permalink
3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jul 23, 2019
1 parent 5aac9d1 commit 8b6c921
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 @@ -33,7 +33,7 @@ task clean(type: Delete) {

def gitCommitId = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim()
def gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
def baseVersionName = '3.4.3'
def baseVersionName = '3.4.4'

ext {
androidXLibraryVersion = '1.0.0'
Expand Down

0 comments on commit 8b6c921

Please sign in to comment.