Update dependencies and bump version (#1244)

As title

Co-authored-by: M M Arif <mmarif@swatian.com>
Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1244
Reviewed-by: qwerty287 <qwerty287@noreply.codeberg.org>
This commit is contained in:
M M Arif 2023-02-03 07:30:15 +00:00
parent a4a9dbe212
commit 3332749ff2
2 changed files with 23 additions and 28 deletions

View File

@ -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 {

View File

@ -1,18 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="5.0.0" versioncode="500">
<change>[New] Timeline view for issues and pull requests</change>
<change>[New] Notes (App only)</change>
<change>[New] CI statuses for commits</change>
<change>[New] Markdown preview for issue/pr descriptions</change>
<change>[New] Material profile view</change>
<change>[Improvement] Improve code editor (CE)</change>
<change>[Improvement] More languages support like C, C++, JS/TS, JSON</change>
<change>[Improvement] Respect your selected theme style</change>
<change>[Bugfix] Fix open in browser loop</change>
<change>[Bugfix] Fix not showing labels for user as organization</change>
<change>[Bugfix] Fix missing sub path for assets</change>
<release version="5.1.0-dev" versioncode="505">
<change>Under development</change>
</release>
</changelog>