Release 3.0.0 rc3 (#570)

Release 3.0.0 rc3

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/570
This commit is contained in:
M M Arif 2020-06-30 21:08:10 +02:00
parent 3e5e94790e
commit f135508745
3 changed files with 8 additions and 3 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex" applicationId "org.mian.gitnex"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 296 versionCode 297
versionName "3.0.0-rc2" versionName "3.0.0-rc3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
viewBinding { viewBinding {

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="3.0.0-rc2" versioncode="296"> <release version="3.0.0-rc3" versioncode="297">
<change>Under development</change> <change>Under development</change>
</release> </release>

View File

@ -0,0 +1,5 @@
3.0.0-rc3
This release focuses to enhance the UI through out the app with few new features and fix the bugs you guys reported so far.
Detailed release notes will be published with the stable release.