Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Increase app version to v23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Feb 21, 2021
1 parent fcfadcc commit 035ba07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'

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 = '23.0'
def baseVersionName = '23.6'

android {
compileSdkVersion rootProject.ext.targetSdkVersion
Expand Down

0 comments on commit 035ba07

Please sign in to comment.