File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
run : ./gradlew :app:koverXmlReport --warning-mode all --stacktrace
42
42
43
43
- name : Upload Test Report
44
- uses : codecov/codecov-action@v4.1.0
44
+ uses : codecov/codecov-action@v4.1.1
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ object deps {
44
44
}
45
45
46
46
object squareup {
47
- const val retrofit = " com.squareup.retrofit2:retrofit:2.10 .0"
48
- const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.10 .0"
47
+ const val retrofit = " com.squareup.retrofit2:retrofit:2.11 .0"
48
+ const val converterMoshi = " com.squareup.retrofit2:converter-moshi:2.11 .0"
49
49
const val loggingInterceptor = " com.squareup.okhttp3:logging-interceptor:4.12.0"
50
50
const val moshiKotlin = " com.squareup.moshi:moshi-kotlin:1.15.1"
51
51
const val leakCanary = " com.squareup.leakcanary:leakcanary-android:2.13"
@@ -70,11 +70,11 @@ object deps {
70
70
71
71
const val coil = " io.coil-kt:coil:2.6.0"
72
72
const val viewBindingDelegate = " com.github.hoc081098:ViewBindingDelegate:1.4.0"
73
- const val flowExt = " io.github.hoc081098:FlowExt:0.8.1-Beta "
73
+ const val flowExt = " io.github.hoc081098:FlowExt:0.8.1-SNAPSHOT "
74
74
const val timber = " com.jakewharton.timber:timber:5.0.1"
75
75
76
76
object arrow {
77
- private const val version = " 1.2.3 "
77
+ private const val version = " 1.2.4 "
78
78
const val core = " io.arrow-kt:arrow-core:$version "
79
79
}
80
80
You can’t perform that action at this time.
0 commit comments