mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
Release 3.0.0 rc2 (#539)
release 3.0.0 rc2 Co-authored-by: M M Arif <mmarif@swatian.com>
This commit is contained in:
parent
f21f23c1f0
commit
626746be8b
@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "org.mian.gitnex"
|
applicationId "org.mian.gitnex"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 295
|
versionCode 296
|
||||||
versionName "3.0.0-rc1"
|
versionName "3.0.0-rc2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
viewBinding {
|
viewBinding {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
|
||||||
<release version="3.0.0-rc1" versioncode="295">
|
<release version="3.0.0-rc2" versioncode="296">
|
||||||
<change>Under development</change>
|
<change>Under development</change>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
|
6
fastlane/metadata/android/en-US/changelogs/296.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/296.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
3.0.0-rc2
|
||||||
|
|
||||||
|
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://codeberg.org/gitnex/GitNex/milestone/304?state=closed
|
Loading…
Reference in New Issue
Block a user