Release 3.1.0 RC2 (#653)

Release 3.1.0 RC2

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/653
This commit is contained in:
M M Arif 2020-08-19 09:07:12 +02:00
parent 8768c87b8a
commit dc6b1bb5b6
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 307 versionCode 308
versionName "3.1.0-rc1" versionName "3.1.0-rc2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
buildFeatures { buildFeatures {

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.1.0-rc1" versioncode="307"> <release version="3.1.0-rc2" versioncode="308">
<change>Under development</change> <change>Under development</change>
</release> </release>

View File

@ -0,0 +1,5 @@
3.1.0-rc2
3.1.0 RC2 release brings enhanced multi accounts, delete and edit files, new progress indicators etc.
Detailed release notes will be published with stable release.