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"
|
applicationId "org.mian.gitnex"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 311
|
versionCode 312
|
||||||
versionName "3.1.1"
|
versionName "3.1.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
|
||||||
<release version="3.1.1" versioncode="311">
|
<release version="3.1.2" versioncode="312">
|
||||||
<change>Bugfix: Fix crash on new login</change>
|
<change>Bugfix: Fix crash on token login</change>
|
||||||
<change>Bugfix: Fix new drafts for issue comments</change>
|
<change>Security: Remove all data from log file except stack trace</change>
|
||||||
|
<change>Translation: Update translation strings</change>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
</changelog>
|
</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