diff --git a/app/build.gradle b/app/build.gradle index 76a1495e..1fda9330 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 21 targetSdkVersion 30 - versionCode 320 - versionName "3.2.0" + versionCode 327 + versionName "3.3.0-dev" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -52,14 +52,14 @@ configurations { } dependencies { - def lifecycle_version = '2.3.0-alpha07' + def lifecycle_version = '2.3.0-beta01' def markwon_version = '4.6.0' def work_version = "2.4.0" def acra = "5.5.0" implementation fileTree(include: ['*.jar'], dir: 'libs') 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.legacy:legacy-support-v4:1.0.0" 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-scalars:2.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.pes.materialcolorpicker:library:1.2.5" implementation "io.noties.markwon:core:$markwon_version" diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index e9d6e7e9..fa837191 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,19 +1,8 @@ - - New: Create pull request - New: Edit repository properties (Admins only) - New: Delete repository (Admins only) - New: Transfer repository ownership (Admins only) - New: Notification badge in navigation menu - New: Search issues across all repositories - New: Show issues/pr states in single view mode - New: Explore repositories filter - New: Android 11 support - New: Commits under Files branches - Bugfix: Fix crash when create issue with labels removed - Bugfix: Fix active account selector + + Under development