Skip to content

Commit

Permalink
Bump version to 13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Feb 3, 2023
1 parent 583931b commit 5f9516b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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}.2.0"
def baseVersionName = "${api_version_major}.2.1"
ext {
minSdkVersion = 23
targetSdkVersion = 32
Expand Down

0 comments on commit 5f9516b

Please sign in to comment.