3.3.0 rc3 release (#766)

3.3.0 rc3 release

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/766
This commit is contained in:
M M Arif 2020-11-08 20:09:29 +01:00
parent ade7b797f1
commit 3b53111981
4 changed files with 9 additions and 5 deletions

View File

@ -89,6 +89,5 @@ Thanks to all the open source libraries, contributors and donators.
- Ge0rg/memorizingTrustManager
- Dimezis/blurView
- Mikaelhg/urlbuilder
- emoji-java
[Follow me on Fediverse - mastodon.social/@mmarif](https://mastodon.social/@mmarif)

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 30
versionCode 328
versionName "3.3.0-rc2"
versionCode 329
versionName "3.3.0-rc3"
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-rc2" versioncode="328">
<change>A lot of bugs are squashed in this release including many UI improvements.</change>
<release version="3.3.0-rc3" versioncode="329">
<change>Last release candidate(rc) before 3.3.0 stable release, includes bug fixes, ui improvements and issue/pr emoji reactions.</change>
</release>
</changelog>

View File

@ -0,0 +1,5 @@
3.3.0-rc3
Last release candidate(rc) before 3.3.0 stable release, includes bug fixes, ui improvements and issue/pr emoji reactions.
Detail release notes will be published with stable release.