From 56bcb0293399479628494425d3a7766642c18774 Mon Sep 17 00:00:00 2001 From: Xar Date: Thu, 25 Aug 2022 18:48:22 +0545 Subject: [PATCH] Dependencies updated. Kotlin, facebook login, firebase messaging, android.gms:play-services-auth, fragments, activity-ktx, annotation, okhttp, appcompact updated. --- build.gradle | 2 +- facebook/build.gradle | 2 +- fcm/build.gradle | 2 +- google/build.gradle | 6 +++--- parse/build.gradle | 4 ++-- twitter/build.gradle | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.gradle b/build.gradle index 29c530572..7f0b633e7 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = "1.6.20" + ext.kotlin_version = "1.7.10" ext.jacocoVersion = '0.8.7' repositories { google() diff --git a/facebook/build.gradle b/facebook/build.gradle index 3278b602f..7c0a5505e 100644 --- a/facebook/build.gradle +++ b/facebook/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - api "com.facebook.android:facebook-login:[13.2.0, 14.0[" + api "com.facebook.android:facebook-login:13.2.0" implementation project(":parse") testImplementation "junit:junit:$rootProject.ext.junitVersion" diff --git a/fcm/build.gradle b/fcm/build.gradle index ce1c75d28..c8542a26b 100644 --- a/fcm/build.gradle +++ b/fcm/build.gradle @@ -36,7 +36,7 @@ android { } dependencies { - api 'com.google.firebase:firebase-messaging:23.0.3' + api 'com.google.firebase:firebase-messaging:23.0.7' implementation project(":parse") } diff --git a/google/build.gradle b/google/build.gradle index 70f0a2237..b4ab74106 100644 --- a/google/build.gradle +++ b/google/build.gradle @@ -41,9 +41,9 @@ android { dependencies { api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - api "com.google.android.gms:play-services-auth:20.1.0" - api "androidx.activity:activity-ktx:1.4.0" - api "androidx.fragment:fragment-ktx:1.4.1" + api "com.google.android.gms:play-services-auth:20.2.0" + api "androidx.activity:activity-ktx:1.5.1" + api "androidx.fragment:fragment-ktx:1.5.2" implementation project(":parse") } diff --git a/parse/build.gradle b/parse/build.gradle index 99ffa2892..32b8129c3 100644 --- a/parse/build.gradle +++ b/parse/build.gradle @@ -42,11 +42,11 @@ android { } ext { - okhttpVersion = "4.9.1" + okhttpVersion = "4.10.0" } dependencies { - api "androidx.annotation:annotation:1.3.0" + api "androidx.annotation:annotation:1.4.0" api "androidx.core:core:1.8.0" api "com.squareup.okhttp3:okhttp:$okhttpVersion" api project(':bolts-tasks') diff --git a/twitter/build.gradle b/twitter/build.gradle index 35b3d1ae0..7aabc1c57 100644 --- a/twitter/build.gradle +++ b/twitter/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - api "androidx.appcompat:appcompat:1.4.1" + api "androidx.appcompat:appcompat:1.5.0" api "oauth.signpost:signpost-core:2.1.1" api "se.akerfeldt:okhttp-signpost:1.1.0" implementation project(":parse")