3.3.0 rc release (#734)

Prepare 3.3.0 rc release

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/734
This commit is contained in:
M M Arif 2020-10-25 12:46:25 +01:00
parent 8e86fa668d
commit d3fe4d6d41
3 changed files with 8 additions and 3 deletions

View File

@ -7,7 +7,7 @@ android {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 327 versionCode 327
versionName "3.3.0-dev" versionName "3.3.0-rc1"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="3.3.0-dev" versioncode="327"> <release version="3.3.0-rc1" versioncode="327">
<change>Under development</change> <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> </release>
</changelog> </changelog>

View File

@ -0,0 +1,5 @@
3.3.0-rc1
3.3.0 rc1 release brings new input design, new popups, open links from email and including other features with improvements and bug fixes.
Detail release notes will be published with stable release.