Skip to content

Commit

Permalink
Bump version to 13.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Mar 10, 2024
1 parent 909eb43 commit 0e53409
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 @@ -61,7 +61,7 @@ tasks.register('clean', 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}.5.3"
def baseVersionName = "${api_version_major}.5.4"
ext {
minSdkVersion = 23
targetSdkVersion = 33
Expand Down

0 comments on commit 0e53409

Please sign in to comment.