mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-07-16 09:52:49 -05:00
Release 4.2.2 (#1085)
As title Co-authored-by: M M Arif <mmarif@swatian.com> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1085
This commit is contained in:
@@ -6,8 +6,8 @@ android {
|
||||
applicationId "org.mian.gitnex"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 31
|
||||
versionCode 421
|
||||
versionName "4.2.1"
|
||||
versionCode 422
|
||||
versionName "4.2.2"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
|
||||
<release version="4.2.1" versioncode="421">
|
||||
<change>Bugfix: Fix reactions UI</change>
|
||||
<change>Bugfix: Fix duplicate instance profiles</change>
|
||||
<change>Regression: Disable fork view</change>
|
||||
<change>Bugfix: Fix notifications UI</change>
|
||||
<release version="4.2.2" versioncode="422">
|
||||
<change>Bugfix: Fix crash on commits viewing in some cases</change>
|
||||
<change>Bugfix: Fix notifications pagination</change>
|
||||
<change>Bugfix: Fix cache size when selected 1 GB</change>
|
||||
</release>
|
||||
|
||||
</changelog>
|
||||
|
||||
Reference in New Issue
Block a user