Skip to content

Commit 5b930a3

Browse files
committed
Upgrade libs
1 parent b49c737 commit 5b930a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ dependencies {
3636

3737
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3838

39-
implementation 'androidx.core:core-ktx:1.3.2'
40-
implementation 'androidx.appcompat:appcompat:1.2.0'
41-
implementation 'androidx.recyclerview:recyclerview:1.2.0'
39+
implementation 'androidx.core:core-ktx:1.6.0'
40+
implementation 'androidx.appcompat:appcompat:1.3.1'
41+
implementation 'androidx.recyclerview:recyclerview:1.2.1'
4242
implementation "androidx.viewpager2:viewpager2:1.0.0"
4343

44-
implementation "com.github.Omega-R:OmegaRecyclerView:1.9.8@aar"
44+
implementation "com.github.Omega-R.OmegaRecyclerView:omegarecyclerview:1.9.9@aar"
4545
implementation 'com.github.Omega-R:OmegaClicks:1.0.0'
4646
implementation 'com.github.Omega-R.OmegaTypes:omegatypes:2.0.3'
4747
implementation 'com.github.Omega-R:OmegaLaunchers:1.0.3'
4848

4949
testImplementation 'junit:junit:4.13.2'
50-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
51-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
50+
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
51+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
5252
}

0 commit comments

Comments
 (0)