From 39f961e746d578435e442bb9145573e44f2e2c09 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Sat, 9 Jul 2022 10:36:00 +0200 Subject: [PATCH] Kick start 4.5.0 dev (#1169) As title Co-authored-by: M M Arif Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1169 --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d5e48718..fe8db38f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 23 targetSdkVersion 32 - versionCode 440 - versionName "4.4.0" + versionCode 445 + versionName "4.5.0-dev" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 166bbfcf..1d4402da 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,14 +1,8 @@ - - New: List/view wiki pages - New: Create/edit/delete wiki page - New: Add support for pull request commits - Bugfix: Fix crashes on login with spaces, new lines and unwanted characters - Bugfix: Fix crash on repository info view in some cases - Bugfix: Fix crash on commenting on PR when coming from notification - Bugfix: Fix crash on commenting on diff code + + Under development