Skip to content

Commit

Permalink
Bump holder to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BartNijland91 committed Nov 18, 2021
1 parent 79c248e commit 16911b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

def appVersionCode = System.getenv("GITHUB_RUN_NUMBER") != null ? System.getenv("GITHUB_RUN_NUMBER").toInteger() : 1000000
version = "2.5"
version = "2.5.1"
archivesBaseName = "holder-v${version}-${appVersionCode}"

android {
Expand Down

0 comments on commit 16911b3

Please sign in to comment.