File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = " 1.6.20 "
2
+ ext. kotlin_version = " 1.7.10 "
3
3
ext. jacocoVersion = ' 0.8.7'
4
4
repositories {
5
5
google()
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
36
36
}
37
37
38
38
dependencies {
39
- api ' com.google.firebase:firebase-messaging:23.0.3 '
39
+ api ' com.google.firebase:firebase-messaging:23.0.7 '
40
40
implementation project(" :parse" )
41
41
}
42
42
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ android {
41
41
42
42
dependencies {
43
43
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 "
47
47
implementation project(" :parse" )
48
48
}
49
49
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ android {
42
42
}
43
43
44
44
ext {
45
- okhttpVersion = " 4.9.1 "
45
+ okhttpVersion = " 4.10.0 "
46
46
}
47
47
48
48
dependencies {
49
- api " androidx.annotation:annotation:1.3 .0"
49
+ api " androidx.annotation:annotation:1.4 .0"
50
50
api " androidx.core:core:1.8.0"
51
51
api " com.squareup.okhttp3:okhttp:$okhttpVersion "
52
52
api project(' :bolts-tasks' )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
35
35
}
36
36
37
37
dependencies {
38
- api " androidx.appcompat:appcompat:1.4.1 "
38
+ api " androidx.appcompat:appcompat:1.5.0 "
39
39
api " oauth.signpost:signpost-core:2.1.1"
40
40
api " se.akerfeldt:okhttp-signpost:1.1.0"
41
41
implementation project(" :parse" )
You can’t perform that action at this time.
0 commit comments