Skip to content

Commit c455f4a

Browse files
authored
feat: upgrade various dependencies (#1181)
1 parent 44b1914 commit c455f4a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = "1.6.20"
2+
ext.kotlin_version = "1.7.10"
33
ext.jacocoVersion = '0.8.7'
44
repositories {
55
google()

fcm/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
}
3737

3838
dependencies {
39-
api 'com.google.firebase:firebase-messaging:23.0.3'
39+
api 'com.google.firebase:firebase-messaging:23.0.7'
4040
implementation project(":parse")
4141
}
4242

google/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ android {
4141

4242
dependencies {
4343
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
44-
api "com.google.android.gms:play-services-auth:20.1.0"
45-
api "androidx.activity:activity-ktx:1.4.0"
46-
api "androidx.fragment:fragment-ktx:1.4.1"
44+
api "com.google.android.gms:play-services-auth:20.2.0"
45+
api "androidx.activity:activity-ktx:1.5.1"
46+
api "androidx.fragment:fragment-ktx:1.5.2"
4747
implementation project(":parse")
4848
}
4949

parse/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ android {
4242
}
4343

4444
ext {
45-
okhttpVersion = "4.9.1"
45+
okhttpVersion = "4.10.0"
4646
}
4747

4848
dependencies {
49-
api "androidx.annotation:annotation:1.3.0"
49+
api "androidx.annotation:annotation:1.4.0"
5050
api "androidx.core:core:1.8.0"
5151
api "com.squareup.okhttp3:okhttp:$okhttpVersion"
5252
api project(':bolts-tasks')

twitter/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
}
3636

3737
dependencies {
38-
api "androidx.appcompat:appcompat:1.4.1"
38+
api "androidx.appcompat:appcompat:1.5.0"
3939
api "oauth.signpost:signpost-core:2.1.1"
4040
api "se.akerfeldt:okhttp-signpost:1.1.0"
4141
implementation project(":parse")

0 commit comments

Comments
 (0)