Skip to content

Commit

Permalink
feat: upgrade various dependencies (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
xareal authored Aug 26, 2022
1 parent 44b1914 commit c455f4a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = "1.6.20"
ext.kotlin_version = "1.7.10"
ext.jacocoVersion = '0.8.7'
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion fcm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down
6 changes: 3 additions & 3 deletions google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down
4 changes: 2 additions & 2 deletions parse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion twitter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c455f4a

Please sign in to comment.