Skip to content

Commit

Permalink
Version 11.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Mar 29, 2021
1 parent fd0a23f commit 0fbe1f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,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 = "${api_version_major}.3.0"

def baseVersionName = "${api_version_major}.3.1"
ext {
minSdkVersion = 23
targetSdkVersion = 30
Expand Down

0 comments on commit 0fbe1f4

Please sign in to comment.