Release of 3.1.2 (#680)

Release of 3.1.2

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/680
This commit is contained in:
M M Arif 2020-09-03 20:01:35 +02:00
parent fcf782dc89
commit 3b6138e937
3 changed files with 13 additions and 5 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 29
versionCode 311
versionName "3.1.1"
versionCode 312
versionName "3.1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.1.1" versioncode="311">
<change>Bugfix: Fix crash on new login</change>
<change>Bugfix: Fix new drafts for issue comments</change>
<release version="3.1.2" versioncode="312">
<change>Bugfix: Fix crash on token login</change>
<change>Security: Remove all data from log file except stack trace</change>
<change>Translation: Update translation strings</change>
</release>
</changelog>

View File

@ -0,0 +1,7 @@
3.1.2
Bugfix: Fix crash on token login
Security: Remove all data from log file except stack trace
Translation: Update translation strings
Release Notes: https://codeberg.org/gitnex/GitNex/releases