Release v3.1
build / build (push) Canceled after 0s
build / test (push) Canceled after 0s

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
+2 -2
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()}\""
+1 -1
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>