Skip to content

Commit b49c737

Browse files
committed
Upgrade libs
1 parent 107d034 commit b49c737

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.4.21"
3+
ext.kotlin_version = "1.4.32"
44
repositories {
55
google()
66
jcenter()
77
}
88
dependencies {
9-
classpath "com.android.tools.build:gradle:4.1.1"
9+
classpath "com.android.tools.build:gradle:4.1.3"
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111

1212
// NOTE: Do not place your application dependencies here; they belong

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ dependencies {
3838

3939
implementation 'androidx.core:core-ktx:1.3.2'
4040
implementation 'androidx.appcompat:appcompat:1.2.0'
41-
implementation 'androidx.recyclerview:recyclerview:1.1.0'
41+
implementation 'androidx.recyclerview:recyclerview:1.2.0'
4242
implementation "androidx.viewpager2:viewpager2:1.0.0"
4343

4444
implementation "com.github.Omega-R:OmegaRecyclerView:1.9.8@aar"
4545
implementation 'com.github.Omega-R:OmegaClicks:1.0.0'
46-
implementation 'com.github.Omega-R.OmegaTypes:omegatypes:b13922cbc7c77b1e1e4da9245fa0d58e94b9b289'
46+
implementation 'com.github.Omega-R.OmegaTypes:omegatypes:2.0.3'
4747
implementation 'com.github.Omega-R:OmegaLaunchers:1.0.3'
4848

49-
testImplementation 'junit:junit:4.13.1'
49+
testImplementation 'junit:junit:4.13.2'
5050
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
5151
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
5252
}

0 commit comments

Comments
 (0)