@@ -68,16 +68,16 @@ android {
68
68
69
69
dependencies {
70
70
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
71
- implementation ' org.jetbrains.kotlin:kotlin-reflect:1.7.20 '
72
- implementation ' com.google.android.material:material:1.7 .0'
71
+ implementation ' org.jetbrains.kotlin:kotlin-reflect:1.8.0 '
72
+ implementation ' com.google.android.material:material:1.8 .0'
73
73
74
74
// AndroidX
75
75
implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
76
76
implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
77
77
implementation ' androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
78
78
79
79
// JSON
80
- implementation ' com.google.code.gson:gson:2.10'
80
+ implementation ' com.google.code.gson:gson:2.10.1 '
81
81
82
82
// Networking/API
83
83
implementation ' com.squareup.okhttp3:okhttp:4.10.0'
@@ -88,21 +88,21 @@ dependencies {
88
88
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
89
89
90
90
// Exported AndroidX dependencies
91
- api ' androidx.appcompat:appcompat:1.5 .1'
91
+ api ' androidx.appcompat:appcompat:1.6 .1'
92
92
api ' androidx.core:core-ktx:1.9.0'
93
- api ' androidx.webkit:webkit:1.5 .0'
94
- api ' androidx.fragment:fragment-ktx:1.5.4 '
93
+ api ' androidx.webkit:webkit:1.6 .0'
94
+ api ' androidx.fragment:fragment-ktx:1.5.5 '
95
95
api ' androidx.navigation:navigation-fragment-ktx:2.5.3'
96
96
api ' androidx.navigation:navigation-ui-ktx:2.5.3'
97
97
98
98
// Tests
99
- testImplementation ' androidx.test:core:1.4 .0' // Robolectric
99
+ testImplementation ' androidx.test:core:1.5 .0' // Robolectric
100
100
testImplementation ' androidx.navigation:navigation-testing:2.5.3'
101
- testImplementation ' androidx.arch.core:core-testing:2.1 .0'
101
+ testImplementation ' androidx.arch.core:core-testing:2.2 .0'
102
102
testImplementation ' org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
103
- testImplementation ' org.assertj:assertj-core:3.23.1 '
104
- testImplementation ' org.robolectric:robolectric:4.8.1 '
105
- testImplementation ' org.mockito:mockito-core:4.8.1 '
103
+ testImplementation ' org.assertj:assertj-core:3.24.2 '
104
+ testImplementation ' org.robolectric:robolectric:4.9.2 '
105
+ testImplementation ' org.mockito:mockito-core:4.11.0 '
106
106
testImplementation ' com.nhaarman:mockito-kotlin:1.6.0'
107
107
testImplementation ' com.squareup.okhttp3:mockwebserver:4.10.0'
108
108
testImplementation ' junit:junit:4.13.2'
0 commit comments