Release v2.2.2

This commit is contained in:
Alexander Bakker 2023-09-09 12:15:32 +02:00
parent c65ecd9c54
commit dd9c307dea
2 changed files with 12 additions and 2 deletions

View file

@ -27,8 +27,8 @@ android {
applicationId "${packageName}"
minSdkVersion 21
targetSdkVersion 33
versionCode 61
versionName "2.2.1"
versionCode 62
versionName "2.2.2"
multiDexEnabled true
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""

View file

@ -31,6 +31,16 @@
</head>
<body>
<div></div>
<h3>Version 2.2.2</h3>
<h4>New</h4>
<ul>
<li>An optional name field for icon packs to bypass filename character restrictions</li>
</ul>
<h4>Fixes</h4>
<ul>
<li>The Authenticator Pro importer only supported the legacy backup format</li>
<li>A crash could occur in the tile service</li>
</ul>
<h3>Version 2.2.1</h3>
<h4>New</h4>
<ul>