Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Feb 17, 2023
1 parent fe217f1 commit 91ec4d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
implementation "com.squareup.retrofit2:converter-gson:2.9.0"
implementation "com.squareup.okhttp3:okhttp:4.10.0"

implementation "net.lingala.zip4j:zip4j:2.11.3"
implementation "net.lingala.zip4j:zip4j:2.11.4"

implementation "androidx.webkit:webkit:1.6.0"

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
buildscript {
ext.kotlin_version = '1.8.10'
ext.core_ktx_version = '1.9.0'
ext.core_appcompat_version = '1.6.0'
ext.core_appcompat_version = '1.6.1'
ext.material_version = '1.8.0'
ext.kotlinx_coroutines_version = '1.6.4'
ext.hilt_version = '2.44.2'
ext.hilt_version = '2.45'
ext.lifecycle_version = '2.5.1'

repositories {
Expand Down

0 comments on commit 91ec4d7

Please sign in to comment.