diff --git a/CommonUtils b/CommonUtils index fbe28480..6a2714ce 160000 --- a/CommonUtils +++ b/CommonUtils @@ -1 +1 @@ -Subproject commit fbe284800b057e47bf572e676c6d28f62d35a722 +Subproject commit 6a2714ce72e30ae9fe7c686e6756a9d8bc4f8989 diff --git a/app/build.gradle b/app/build.gradle index ede50e52..bc040f29 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' @@ -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' } diff --git a/pyxoverloaded/build.gradle b/pyxoverloaded/build.gradle index 57ead433..8e0a4744 100644 --- a/pyxoverloaded/build.gradle +++ b/pyxoverloaded/build.gradle @@ -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' } }