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:
@ -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 {
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user