Skip to content

Commit 18a6914

Browse files
committed
Fixed dependency version
1 parent 75abe5e commit 18a6914

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dependencies {
5252
implementation 'com.github.Omega-R.OmegaMoxy:moxy:1.5.7'
5353
implementation 'com.github.Omega-R.OmegaMoxy:moxy-androidx:1.5.7'
5454
kapt 'com.github.Omega-R.OmegaMoxy:moxy-compiler:1.5.7'
55-
implementation 'com.github.Omega-R.OmegaTypes:omegatypes:7ce4c69'
56-
implementation 'com.github.Omega-R.OmegaTypes:glide:7ce4c69'
55+
implementation 'com.github.Omega-R.OmegaTypes:omegatypes:1.0.1'
56+
implementation 'com.github.Omega-R.OmegaTypes:glide:1.0.1'
5757
implementation 'com.github.Omega-R:OmegaLaunchers:1.0.1'
5858

5959

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ext {
2-
omegaRecyclerView = '05698f2'
2+
omegaRecyclerView = '1.9.7'
33
kotlinCorutines_version = '1.2.1'
44

55
}// Top-level build file where you can add configuration options common to all sub-projects/modules.

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ dependencies {
6060
kapt 'com.github.Omega-R.OmegaMoxy:moxy-compiler:1.5.8'
6161

6262
implementation "com.github.Omega-R:OmegaRecyclerView:${omegaRecyclerView}@aar"
63-
implementation 'com.github.Omega-R.OmegaTypes:omegatypes:7ce4c69'
64-
implementation 'com.github.Omega-R.OmegaTypes:glide:7ce4c69'
63+
implementation 'com.github.Omega-R.OmegaTypes:omegatypes:1.0.1'
64+
implementation 'com.github.Omega-R.OmegaTypes:glide:1.0.1'
6565

6666
implementation "com.squareup.retrofit2:retrofit:2.4.0"
6767
implementation "com.squareup.moshi:moshi-kotlin:1.8.0"

0 commit comments

Comments
 (0)