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"
minSdkVersion 21
targetSdkVersion 29
versionCode 296
versionName "3.0.0-rc2"
versionCode 297
versionName "3.0.0-rc3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
viewBinding {

View File

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