From f7897041e47cf8147b703869afefde314397f0e5 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Sun, 27 Feb 2022 15:10:24 +0100 Subject: [PATCH] Prepare for next dev (#1051) As title Co-authored-by: M M Arif Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1051 --- app/build.gradle | 8 ++++---- app/src/main/res/xml/changelog.xml | 9 ++------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3eadd0f8..413fd560 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 31 - versionCode 420 - versionName "4.2.0" + versionCode 425 + versionName "4.3.0" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -104,8 +104,8 @@ dependencies { implementation "ch.acra:acra-mail:$acra" implementation "ch.acra:acra-limiter:$acra" implementation "ch.acra:acra-notification:$acra" - implementation 'androidx.room:room-runtime:2.4.1' - annotationProcessor 'androidx.room:room-compiler:2.4.1' + implementation 'androidx.room:room-runtime:2.4.2' + annotationProcessor 'androidx.room:room-compiler:2.4.2' implementation "androidx.work:work-runtime:$work_version" implementation "io.mikael:urlbuilder:2.0.9" implementation "org.codeberg.gitnex-garage:emoji-java:v5.1.2" diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index e7a05ca8..af9840a7 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,13 +1,8 @@ - - Create/delete/list tags - Hide repository actions for non admins - New files diff viewer - Show users who reacted to issue/pr/comment - Redesigned organization Teams - Notice: GitNex 4.3.0 will drop support for Android 5. Going forward 5.0.0 will drop for Android 6 + + Under development