Release v3.1

This commit is contained in:
Michael Schättgen 2024-06-29 22:34:06 +02:00
parent 372bbaa3fb
commit 29ebe31f8a
2 changed files with 3 additions and 3 deletions

View file

@ -28,8 +28,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 34
versionCode 66
versionName "3.1-beta1"
versionCode 67
versionName "3.1"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

View file

@ -31,7 +31,7 @@
</head>
<body>
<div></div>
<h3>Version 3.1-beta1</h3>
<h3>Version 3.1</h3>
<h4>New</h4>
<ul>
<li>A new audit log has been added to check all important events that occurred in your vault</li>