@@ -35,26 +35,26 @@ dependencies {
35
35
implementation fileTree(dir : ' libs' , include : [' *.jar' ,' *.aar' ])
36
36
implementation group : ' com.jcraft' , name : ' jsch' , version : ' 0.1.55'
37
37
// AndroidX
38
- implementation ' androidx.appcompat:appcompat:1.6.1 '
38
+ implementation ' androidx.appcompat:appcompat:1.7.0 '
39
39
implementation ' androidx.cardview:cardview:1.0.0'
40
40
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
41
41
implementation ' androidx.preference:preference:1.2.1'
42
- implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0 '
42
+ implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3 '
43
43
// Third party
44
44
implementation ' com.github.PhilJay:MPAndroidChart:v3.1.0'
45
- implementation ' com.android.billingclient:billing:6.1 .0'
45
+ implementation ' com.android.billingclient:billing:7.0 .0'
46
46
implementation ' com.wdullaer:swipeactionadapter:2.1.0'
47
- implementation ' com.google.android.material:material:1.11 .0'
47
+ implementation ' com.google.android.material:material:1.12 .0'
48
48
implementation ' joda-time:joda-time:2.12.5'
49
49
implementation ' com.squareup.okhttp3:okhttp:4.11.0'
50
50
implementation ' com.google.android.flexbox:flexbox:3.0.0'
51
51
// For the notifications
52
- implementation ' com.google.firebase:firebase-messaging:23.4 .0'
52
+ implementation ' com.google.firebase:firebase-messaging:24.0 .0'
53
53
// Tests
54
54
testImplementation ' junit:junit:4.13.2'
55
- testImplementation ' org.mockito:mockito-core:5.3.1 '
55
+ testImplementation ' org.mockito:mockito-core:5.11.0 '
56
56
testImplementation ' com.squareup.okhttp3:mockwebserver:4.11.0'
57
57
testImplementation ' org.json:json:20230618'
58
58
// Other
59
- implementation(platform(' org.jetbrains.kotlin:kotlin-bom:1.9.0 ' ))
59
+ implementation(platform(' org.jetbrains.kotlin:kotlin-bom:1.9.24 ' ))
60
60
}
0 commit comments