Official start of 3.2 development (#660)

Official start of 3.2 development

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/660
This commit is contained in:
M M Arif 2020-08-21 20:19:44 +02:00
parent b60a0e7a92
commit 82f874dc37
2 changed files with 4 additions and 12 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex"
minSdkVersion 21
targetSdkVersion 29
versionCode 310
versionName "3.1.0"
versionCode 317
versionName "3.2.0-dev"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures {

View File

@ -1,16 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.1.0" versioncode="310">
<change>Multiple accounts support</change>
<change>New Retro theme</change>
<change>Delete OR Edit a file</change>
<change>Repository forks</change>
<change>Markdown support in file viewer</change>
<change>New Progress indicators</change>
<change>Create drafts per edit and improve it's UI</change>
<change>Enhance App UI across all screens</change>
<change>Copy repo / org / issue comment url to clipboard</change>
<release version="3.2.0-dev" versioncode="317">
<change>Under development</change>
</release>
</changelog>