mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
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:
parent
b60a0e7a92
commit
82f874dc37
@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "org.mian.gitnex"
|
applicationId "org.mian.gitnex"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 310
|
versionCode 317
|
||||||
versionName "3.1.0"
|
versionName "3.2.0-dev"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
|
@ -1,16 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
|
||||||
<release version="3.1.0" versioncode="310">
|
<release version="3.2.0-dev" versioncode="317">
|
||||||
<change>Multiple accounts support</change>
|
<change>Under development</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>
|
</release>
|
||||||
|
|
||||||
</changelog>
|
</changelog>
|
||||||
|
Loading…
Reference in New Issue
Block a user