Development of 3.3.0 (#722)

Development of 3.3.0

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/722
This commit is contained in:
M M Arif 2020-10-05 18:29:19 +02:00
parent 3235caf07d
commit 1bf023357b
2 changed files with 7 additions and 18 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.mian.gitnex" applicationId "org.mian.gitnex"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 320 versionCode 327
versionName "3.2.0" versionName "3.3.0-dev"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
@ -52,14 +52,14 @@ configurations {
} }
dependencies { dependencies {
def lifecycle_version = '2.3.0-alpha07' def lifecycle_version = '2.3.0-beta01'
def markwon_version = '4.6.0' def markwon_version = '4.6.0'
def work_version = "2.4.0" def work_version = "2.4.0"
def acra = "5.5.0" def acra = "5.5.0"
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.3.0-alpha02' implementation 'androidx.appcompat:appcompat:1.3.0-alpha02'
implementation "com.google.android.material:material:1.3.0-alpha02" implementation 'com.google.android.material:material:1.3.0-alpha03'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.legacy:legacy-support-v4:1.0.0"
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version" implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
@ -75,7 +75,7 @@ dependencies {
implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.retrofit2:converter-scalars:2.9.0' implementation 'com.squareup.retrofit2:converter-scalars:2.9.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.0' implementation 'com.squareup.okhttp3:logging-interceptor:4.9.0'
implementation 'org.ocpsoft.prettytime:prettytime:4.0.5.Final' implementation 'org.ocpsoft.prettytime:prettytime:4.0.6.Final'
implementation "com.vdurmont:emoji-java:5.1.1" implementation "com.vdurmont:emoji-java:5.1.1"
implementation "com.pes.materialcolorpicker:library:1.2.5" implementation "com.pes.materialcolorpicker:library:1.2.5"
implementation "io.noties.markwon:core:$markwon_version" implementation "io.noties.markwon:core:$markwon_version"

View File

@ -1,19 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<changelog> <changelog>
<release version="3.2.0" versioncode="320"> <release version="3.3.0-dev" versioncode="327">
<change>New: Create pull request</change> <change>Under development</change>
<change>New: Edit repository properties (Admins only)</change>
<change>New: Delete repository (Admins only)</change>
<change>New: Transfer repository ownership (Admins only)</change>
<change>New: Notification badge in navigation menu</change>
<change>New: Search issues across all repositories</change>
<change>New: Show issues/pr states in single view mode</change>
<change>New: Explore repositories filter</change>
<change>New: Android 11 support</change>
<change>New: Commits under Files branches</change>
<change>Bugfix: Fix crash when create issue with labels removed</change>
<change>Bugfix: Fix active account selector</change>
</release> </release>
</changelog> </changelog>