File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ dependencies {
4747 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:${ kotlinCorutines_version} "
4848 implementation ' androidx.constraintlayout:constraintlayout:2.0.0-beta3'
4949 implementation ' androidx.recyclerview:recyclerview:1.2.1'
50+ implementation " com.github.Omega-R.OmegaRecyclerView:omegarecyclerview:${ omegaRecyclerView} "
5051
5152 implementation project(' :core' )
5253 implementation project(' :crash' )
Original file line number Diff line number Diff line change 11ext {
2- omegaRecyclerView = ' 1.9.8 '
2+ omegaRecyclerView = ' 1.9.9 '
33 kotlinCorutines_version = ' 1.5.0'
44
55}// Top-level build file where you can add configuration options common to all sub-projects/modules.
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ 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'
7272 api ' com.github.Omega-R:OmegaExtensions:1.0.5'
73- api ' com.github.Omega-R:OmegaBind:1.0.2 '
73+ api ' com.github.Omega-R:OmegaBind:1.0.4 '
7474 api ' com.github.Omega-R:OmegaClicks:1.0.0'
75- api ' com.github.Omega-R:OmegaAdapters:1.0.1 '
75+ api ' com.github.Omega-R:OmegaAdapters:1.0.2 '
7676
7777
7878 api project(' :annotations' )
You can’t perform that action at this time.
0 commit comments