From 82f874dc37ecb595a02e7a5675223e893fe83960 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Fri, 21 Aug 2020 20:19:44 +0200 Subject: [PATCH] Official start of 3.2 development (#660) Official start of 3.2 development Co-authored-by: M M Arif Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/660 --- app/build.gradle | 4 ++-- app/src/main/res/xml/changelog.xml | 12 ++---------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a222556d..b53dd7ab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 29 - versionCode 310 - versionName "3.1.0" + versionCode 317 + versionName "3.2.0-dev" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index d2edbc3e..f2292420 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,16 +1,8 @@ - - Multiple accounts support - New Retro theme - Delete OR Edit a file - Repository forks - Markdown support in file viewer - New Progress indicators - Create drafts per edit and improve it's UI - Enhance App UI across all screens - Copy repo / org / issue comment url to clipboard + + Under development