File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
4646 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:${ kotlinCorutines_version} "
4747 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:${ kotlinCorutines_version} "
4848 implementation ' androidx.constraintlayout:constraintlayout:2.0.0-beta3'
49- implementation ' androidx.recyclerview:recyclerview:1.1.0 '
49+ implementation ' androidx.recyclerview:recyclerview:1.2.1 '
5050
5151 implementation project(' :core' )
5252 implementation project(' :crash' )
Original file line number Diff line number Diff line change 11ext {
2- omegaRecyclerView = ' 1.9.8 '
3- kotlinCorutines_version = ' 1.5.0 '
2+ omegaRecyclerView = ' 1.9.9 '
3+ kotlinCorutines_version = ' 1.5.21 '
44
55}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
6565 kapt ' com.github.Omega-R.OmegaMoxy:moxy-compiler:2.2.0'
6666
6767
68- api " com.github.Omega-R:OmegaRecyclerView:${ omegaRecyclerView} @aar"
68+ api " com.github.Omega-R:OmegaRecyclerView:omegarecyclerview: ${ omegaRecyclerView} @aar"
6969 api ' com.github.Omega-R.OmegaTypes:glide:2.0.3'
7070 api ' com.github.Omega-R.OmegaIntentBuilder:core:1.3.3'
7171 api ' com.github.Omega-R:OmegaLaunchers:1.0.3'
@@ -80,7 +80,7 @@ dependencies {
8080 api " com.squareup.retrofit2:retrofit:2.9.0"
8181 api " com.squareup.moshi:moshi-kotlin:1.11.0"
8282
83- implementation ' com.google.android.material:material:1.5.0-alpha02 '
83+ implementation ' com.google.android.material:material:1.5.0-alpha03 '
8484
8585}
8686repositories {
You can’t perform that action at this time.
0 commit comments