Skip to content

Commit

Permalink
Updated some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Dec 17, 2022
1 parent 8a95f67 commit 32b56dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CommonUtils
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ play {
dependencies {
implementation project(':CommonUtils')
implementation 'com.facebook.shimmer:shimmer:0.5.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'org.apmem.tools:layouts:1.10@aar'

implementation 'com.squareup.okhttp3:okhttp:4.10.0'
Expand All @@ -86,7 +86,7 @@ dependencies {
implementation 'com.github.bumptech.glide:okhttp3-integration:4.13.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'

implementation('com.google.firebase:firebase-perf:20.1.0') {
implementation('com.google.firebase:firebase-perf:20.3.0') {
exclude group: 'com.google.protobuf'
}

Expand Down
8 changes: 4 additions & 4 deletions pyxoverloaded/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ android {
dependencies {
implementation project(':CommonUtils')

api 'com.google.android.gms:play-services-games:22.0.1'
api 'com.google.android.gms:play-services-auth:20.2.0'
api 'com.google.android.gms:play-services-games:23.1.0'
api 'com.google.android.gms:play-services-auth:20.4.0'

api 'com.google.firebase:firebase-auth:21.0.6'
api 'com.google.firebase:firebase-auth:21.1.0'

implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'org.whispersystems:signal-protocol-android:2.8.1'

implementation 'com.github.instacart.truetime-android:library:3.5'

implementation('com.google.firebase:firebase-perf:20.1.0') {
implementation('com.google.firebase:firebase-perf:20.3.0') {
exclude group: 'com.google.protobuf'
}
}

0 comments on commit 32b56dc

Please sign in to comment.