mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-03-22 13:05:25 -05:00
Increase build and app version for release
This commit is contained in:
@@ -8,8 +8,8 @@ android {
|
||||
applicationId "org.mian.gitnex"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 34
|
||||
versionCode 545
|
||||
versionName "5.5.0-dev"
|
||||
versionCode 550
|
||||
versionName "5.5.0"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
compileSdk 34
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<changelog>
|
||||
|
||||
<release version="5.5.0-dev" versioncode="545">
|
||||
<change>Under development</change>
|
||||
<release version="5.5.0" versioncode="550">
|
||||
<change>New: Update user avatar</change>
|
||||
<change>New: New popup screen to add email</change>
|
||||
<change>New: Insert note to issue/pr/release description</change>
|
||||
<change>New: New reply/comment UI</change>
|
||||
<change>Improvement: Hide app contents when biometric is enabled</change>
|
||||
<change>Bugfix: Fix back button closing the app</change>
|
||||
<change>Bugfix: Fix profile fields data</change>
|
||||
<change>Bugfix: Fix text color highlighting</change>
|
||||
</release>
|
||||
|
||||
</changelog>
|
||||
|
||||
14
fastlane/metadata/android/en-US/changelogs/550.txt
Normal file
14
fastlane/metadata/android/en-US/changelogs/550.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
5.5.0
|
||||
|
||||
🎉 Features 🎉
|
||||
- Update user avatar
|
||||
- New popup screen to add email
|
||||
- Insert note to issue/pr/release description
|
||||
- New reply/comment UI
|
||||
|
||||
🚀 Improvements 🚀
|
||||
- Hide app contents when biometric is enabled
|
||||
|
||||
Release Notes: https://codeberg.org/gitnex/GitNex/releases
|
||||
|
||||
Release Posts: https://najigram.com/category/gitnex
|
||||
Reference in New Issue
Block a user