mirror of
https://codeberg.org/gitnex/GitNex
synced 2025-01-09 09:03:52 +01:00
Prepare 2.5.0 rc release
This commit is contained in:
parent
7caecadb32
commit
e7554819fd
@ -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>
|
||||
|
6
fastlane/metadata/android/en-US/changelogs/100.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/100.txt
Normal file
@ -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
Block a user