Release 3.1.1 (#665)

Release 3.1.1

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/665
This commit is contained in:
M M Arif 2020-08-24 12:18:15 +02:00
parent 48d74a65b3
commit d8ceefef86
3 changed files with 11 additions and 12 deletions

View File

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

View File

@ -1,16 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.1.0" versioncode="310">
<change>Multiple accounts support</change>
<change>New Retro theme</change>
<change>Delete OR Edit a file</change>
<change>Repository forks</change>
<change>Markdown support in file viewer</change>
<change>New Progress indicators</change>
<change>Create drafts per edit and improve it's UI</change>
<change>Enhance App UI across all screens</change>
<change>Copy repo / org / issue comment url to clipboard</change>
<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>
</changelog>

View File

@ -0,0 +1,6 @@
3.1.1
Bugfix: Fix crash on new login
Bugfix: Fix new drafts for issue comments
Release Notes: https://codeberg.org/gitnex/GitNex/releases