Skip to content

Commit ecd4275

Browse files
committed
Upgrade libs
1 parent 077d778 commit ecd4275

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

app/build.gradle

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
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.

core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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')

0 commit comments

Comments
 (0)