File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = " 1.6.20 "
2+ ext. kotlin_version = " 1.7.10 "
33 ext. jacocoVersion = ' 0.8.7'
44 repositories {
55 google()
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636}
3737
3838dependencies {
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
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ android {
4141
4242dependencies {
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
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ android {
4242}
4343
4444ext {
45- okhttpVersion = " 4.9.1 "
45+ okhttpVersion = " 4.10.0 "
4646}
4747
4848dependencies {
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' )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
3535}
3636
3737dependencies {
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" )
You can’t perform that action at this time.
0 commit comments