mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
3.3.0 rc release (#734)
Prepare 3.3.0 rc release Co-authored-by: M M Arif <mmarif@swatian.com> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/734
This commit is contained in:
parent
8e86fa668d
commit
d3fe4d6d41
@ -7,7 +7,7 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 327
|
versionCode 327
|
||||||
versionName "3.3.0-dev"
|
versionName "3.3.0-rc1"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<changelog>
|
<changelog>
|
||||||
|
|
||||||
<release version="3.3.0-dev" versioncode="327">
|
<release version="3.3.0-rc1" versioncode="327">
|
||||||
<change>Under development</change>
|
<change>3.3.0 rc1 release brings new input design, new popups, open links from email and including other features with improvements and bug fixes.</change>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
</changelog>
|
</changelog>
|
||||||
|
5
fastlane/metadata/android/en-US/changelogs/327.txt
Normal file
5
fastlane/metadata/android/en-US/changelogs/327.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
3.3.0-rc1
|
||||||
|
|
||||||
|
3.3.0 rc1 release brings new input design, new popups, open links from email and including other features with improvements and bug fixes.
|
||||||
|
|
||||||
|
Detail release notes will be published with stable release.
|
Loading…
Reference in New Issue
Block a user