Skip to content

Commit 7ff4b97

Browse files
committed
Merge branch 'main' of github.com:v2er-app/Android
2 parents b322eb5 + 712c319 commit 7ff4b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676
testImplementation 'androidx.test.ext:junit:1.3.0'
7777

7878
implementation 'androidx.appcompat:appcompat:1.7.1'
79-
implementation 'com.google.android.material:material:1.3.0'
79+
implementation 'com.google.android.material:material:1.13.0'
8080
implementation 'androidx.recyclerview:recyclerview:1.4.0'
8181
implementation 'androidx.cardview:cardview:1.0.0'
8282
implementation 'androidx.browser:browser:1.9.0'
@@ -92,7 +92,7 @@ dependencies {
9292
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
9393
implementation 'com.squareup.retrofit2:converter-gson:3.0.0'
9494
implementation 'com.squareup.retrofit2:adapter-rxjava2:3.0.0'
95-
implementation 'com.squareup.okhttp3:logging-interceptor:5.1.0'
95+
implementation 'com.squareup.okhttp3:logging-interceptor:5.2.1'
9696
def butterknifeVersion = '10.2.3'
9797
implementation "com.jakewharton:butterknife:10.2.3"
9898
annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3"

0 commit comments

Comments
 (0)