Skip to content

Commit 5c97f2f

Browse files
committed
Upgrade OmegaRecyclerView
1 parent 7f4004e commit 5c97f2f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
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

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}
8686
repositories {

0 commit comments

Comments
 (0)