mirror of https://codeberg.org/gitnex/GitNex.git
Merge pull request 'Prepare 2.5.0 rc release' (#410) from rc-release-fdroid into master
Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/410
This commit is contained in:
commit
9cbcb1f87b
|
@ -7,7 +7,7 @@ android {
|
|||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 100
|
||||
versionName "2.5.0-dev"
|
||||
versionName "2.5.0-rc1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
|
||||
<release version="2.5.0-rc1" versioncode="100">
|
||||
<change>Release notes will be published with the stable release.</change>
|
||||
<change>In the mean time check the milestone for pull requests and issues that are merged/closed.</change>
|
||||
</release>
|
||||
|
||||
<release version="2.4.1" versioncode="91">
|
||||
<change>Improvement: Show issues only in Issues Tabs</change>
|
||||
<change>Bugfix: Files breadcrumb navigation links</change>
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
2.5.0-rc1
|
||||
|
||||
Release notes will be published with the stable release.
|
||||
In the mean time check the milestone for pull requests and issues that are merged/closed.
|
||||
|
||||
https://gitea.com/gitnex/GitNex/milestone/171?q=&type=all&sort=&state=closed&labels=&assignee=0
|
Loading…
Reference in New Issue