From a5c267daa4f2a010bc0765e59968854e5370df09 Mon Sep 17 00:00:00 2001 From: M M Arif Date: Fri, 3 Feb 2023 00:40:43 +0500 Subject: [PATCH] Update dependencies and bump version --- app/build.gradle | 37 +++++++++++++++++------------- app/src/main/res/xml/changelog.xml | 14 ++--------- 2 files changed, 23 insertions(+), 28 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ac11d7a3..9d463e7d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.mian.gitnex" minSdkVersion 23 targetSdkVersion 33 - versionCode 500 - versionName "5.0.0" + versionCode 505 + versionName "5.1.0-dev" multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -54,32 +54,32 @@ configurations { } dependencies { - def lifecycle_version = '2.5.1' + def lifecycle_version = '2.6.0-alpha05' def markwon_version = '4.6.2' def work_version = "2.7.1" - def acra = '5.9.6' + def acra = '5.9.7' implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.appcompat:appcompat:1.5.1' - implementation 'com.google.android.material:material:1.8.0-alpha01' - implementation 'androidx.compose.material3:material3:1.0.0-beta03' - implementation 'androidx.compose.material3:material3-window-size-class:1.0.0-beta03' + implementation 'androidx.appcompat:appcompat:1.6.0' + implementation 'com.google.android.material:material:1.9.0-alpha01' + implementation 'androidx.compose.material3:material3:1.1.0-alpha05' + implementation 'androidx.compose.material3:material3-window-size-class:1.1.0-alpha05' implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version" testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.3' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2' - implementation 'com.google.code.gson:gson:2.9.1' + implementation 'com.google.code.gson:gson:2.10.1' implementation "com.squareup.picasso:picasso:2.71828" implementation 'com.github.ramseth001:TextDrawable:1.1.3' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:converter-scalars:2.9.0' implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2' - implementation 'org.ocpsoft.prettytime:prettytime:5.0.4.Final' + implementation 'org.ocpsoft.prettytime:prettytime:5.0.6.Final' implementation 'com.github.Pes8:android-material-color-picker-dialog:master' implementation "io.noties.markwon:core:$markwon_version" implementation "io.noties.markwon:ext-latex:$markwon_version" @@ -93,7 +93,7 @@ dependencies { implementation "io.noties.markwon:recycler:$markwon_version" implementation "io.noties.markwon:recycler-table:$markwon_version" implementation "io.noties.markwon:simple-ext:$markwon_version" - implementation 'com.google.guava:guava:31.1-android' + implementation 'com.google.guava:guava:31.1-jre' implementation "io.noties.markwon:image-picasso:$markwon_version" implementation "com.github.HamidrezaAmz:BreadcrumbsView:0.2.9" //noinspection GradleDependency @@ -103,8 +103,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.3' - annotationProcessor 'androidx.room:room-compiler:2.4.3' + implementation 'androidx.room:room-runtime:2.5.0' + annotationProcessor 'androidx.room:room-compiler:2.5.0' implementation "androidx.work:work-runtime:$work_version" implementation "io.mikael:urlbuilder:2.0.9" implementation "org.codeberg.gitnex-garage:emoji-java:v5.1.2" @@ -116,7 +116,12 @@ dependencies { implementation('org.codeberg.gitnex:tea4j-autodeploy:3111bc1b18') { exclude module: 'org.apache.oltu.oauth2.common' } - implementation 'io.github.amrdeveloper:codeview:1.3.5' + implementation 'io.github.amrdeveloper:codeview:1.3.7' + + constraints { + implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0") + implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0") + } } spotless { diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 2f60ceb4..c0dfa6ae 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -1,18 +1,8 @@ - - [New] Timeline view for issues and pull requests - [New] Notes (App only) - [New] CI statuses for commits - [New] Markdown preview for issue/pr descriptions - [New] Material profile view - [Improvement] Improve code editor (CE) - [Improvement] More languages support like C, C++, JS/TS, JSON - [Improvement] Respect your selected theme style - [Bugfix] Fix open in browser loop - [Bugfix] Fix not showing labels for user as organization - [Bugfix] Fix missing sub path for assets + + Under development