Skip to content

Commit

Permalink
update library
Browse files Browse the repository at this point in the history
  • Loading branch information
ktiniatros committed Oct 13, 2021
1 parent 99e20a3 commit 16c9c66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified mobilecore/mobilecore.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion verifier/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.4.0"
version = "2.4.1"
archivesBaseName = "verifier-v${version}-${appVersionCode}"

android {
Expand Down

0 comments on commit 16c9c66

Please sign in to comment.