Release 3.3.0 rc2 (#753)

Release 3.3.0 rc2

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/753
This commit is contained in:
M M Arif 2020-10-30 08:07:23 +01:00
parent f111f7f2df
commit 63d3c95501
3 changed files with 9 additions and 4 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 30
versionCode 327
versionName "3.3.0-rc1"
versionCode 328
versionName "3.3.0-rc2"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.3.0-rc1" versioncode="327">
<change>3.3.0 rc1 release brings new input design, new popups, open links from email and including other features with improvements and bug fixes.</change>
<release version="3.3.0-rc2" versioncode="328">
<change>A lot of bugs are squashed in this release including many UI improvements.</change>
</release>
</changelog>

View File

@ -0,0 +1,5 @@
3.3.0-rc2
A lot of bugs are squashed in this release including many UI improvements.
Detail release notes will be published with stable release.