Skip to content

Commit c9eed51

Browse files
Merge pull request #4 from Omega-R/develop
Upgrade libs
2 parents 128f9e4 + 32e93e5 commit c9eed51

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
@@ -40,17 +40,17 @@ dependencies {
4040
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4141
implementation "org.jetbrains.kotlin:kotlin-reflect:${kotlin_version}"
4242

43-
implementation 'androidx.core:core-ktx:1.3.2'
44-
implementation 'androidx.appcompat:appcompat:1.2.0'
45-
implementation 'androidx.recyclerview:recyclerview:1.2.0'
43+
implementation 'androidx.core:core-ktx:1.6.0'
44+
implementation 'androidx.appcompat:appcompat:1.3.1'
45+
implementation 'androidx.recyclerview:recyclerview:1.2.1'
4646

4747
implementation 'com.github.Omega-R.OmegaTypes:omegatypes:2.0.3'
48-
implementation "com.github.Omega-R:OmegaRecyclerView:1.9.8@aar"
48+
implementation "com.github.Omega-R.OmegaRecyclerView:omegarecyclerview:1.9.9@aar"
4949
implementation 'com.github.Omega-R:OmegaClicks:1.0.0'
5050
implementation 'com.github.Omega-R:OmegaAdapters:1.0.1'
5151

5252

5353
testImplementation 'junit:junit:4.13.2'
54-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
55-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
54+
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
55+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
5656
}

0 commit comments

Comments
 (0)