+2
-2
@@ -24,8 +24,8 @@ android {
|
||||
applicationId "${packageName}"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 50
|
||||
versionName "2.0.2"
|
||||
versionCode 51
|
||||
versionName "2.0.3"
|
||||
multiDexEnabled true
|
||||
buildConfigField "String", "GIT_HASH", "\"${getGitHash()}\""
|
||||
buildConfigField "String", "GIT_BRANCH", "\"${getGitBranch()}\""
|
||||
|
||||
@@ -31,6 +31,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
<h3>Version 2.0.3</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
<li>Support for importing 2FAS Authenticator's new backup format</li>
|
||||
</ul>
|
||||
<h3>Version 2.0.2</h3>
|
||||
<h4>New</h4>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user