Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yueeng committed Dec 1, 2023
1 parent a974837 commit b174215
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ dependencies {
def glide_version = '4.16.0'
def okhttp_version = '4.12.0'
def retrofit_version = '2.9.0'
def room_version = '2.6.0'
def room_version = '2.6.1'
def lifecycle_version = '2.6.2'
def kotlinx_coroutines_version = '1.7.3'
implementation fileTree(dir: "libs", include: ["*.jar"])
Expand All @@ -109,9 +109,9 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-process:$lifecycle_version"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'androidx.paging:paging-runtime-ktx:3.2.1'
implementation 'androidx.activity:activity-ktx:1.8.0'
implementation 'androidx.activity:activity-ktx:1.8.1'
implementation 'androidx.fragment:fragment-ktx:1.6.2'
implementation 'androidx.work:work-runtime-ktx:2.8.1'
implementation 'androidx.work:work-runtime-ktx:2.9.0'
implementation 'androidx.palette:palette-ktx:1.0.0'
implementation "androidx.room:room-runtime:$room_version"
ksp "androidx.room:room-compiler:$room_version"
Expand All @@ -131,7 +131,7 @@ dependencies {
implementation 'com.github.franmontiel:PersistentCookieJar:1.0.1'
implementation 'jp.wasabeef:glide-transformations:4.3.0'
implementation 'com.alexvasilkov:gesture-views:2.8.3'
implementation 'org.jsoup:jsoup:1.16.2'
implementation 'org.jsoup:jsoup:1.17.1'
implementation 'com.github.yueeng:uCrop:2020.09.28'
implementation 'org.kohsuke:github-api:1.315'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit b174215

Please sign in to comment.