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:
parent
fcf782dc89
commit
3b6138e937
@ -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>
|
||||
|
7
fastlane/metadata/android/en-US/changelogs/312.txt
Normal file
7
fastlane/metadata/android/en-US/changelogs/312.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user