Skip to content

Commit 1f0b6e7

Browse files
committed
Upgrade libs
1 parent 7fe165d commit 1f0b6e7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ext {
55
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
66

77
buildscript {
8-
ext.kotlin_version = '1.4.21'
8+
ext.kotlin_version = '1.4.32'
99
repositories {
1010
google()
1111
jcenter()

core/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ android {
4949
dependencies {
5050
implementation fileTree(dir: 'libs', include: ['*.jar'])
5151

52-
implementation 'androidx.appcompat:appcompat:1.1.0'
53-
testImplementation 'junit:junit:4.13-beta-3'
54-
androidTestImplementation 'androidx.test:runner:1.3.0-alpha03'
55-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0-alpha03'
52+
implementation 'androidx.appcompat:appcompat:1.2.0'
53+
testImplementation 'junit:junit:4.13.2'
54+
androidTestImplementation 'androidx.test:runner:1.4.0-alpha05'
55+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0-alpha05'
5656
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"
5757
implementation "org.jetbrains.kotlin:kotlin-reflect:${kotlin_version}"
5858
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:${kotlinCorutines_version}"
@@ -66,13 +66,13 @@ dependencies {
6666

6767

6868
api "com.github.Omega-R:OmegaRecyclerView:${omegaRecyclerView}@aar"
69-
api 'com.github.Omega-R.OmegaTypes:glide:9e6603f014b6f431464aab90acaad3c7453d1932'
70-
api 'com.github.Omega-R.OmegaIntentBuilder:core:ff60933'
69+
api 'com.github.Omega-R.OmegaTypes:glide:2.0.3'
70+
api 'com.github.Omega-R.OmegaIntentBuilder:core:1.3.1'
7171
api 'com.github.Omega-R:OmegaLaunchers:1.0.3'
72-
api 'com.github.Omega-R:OmegaExtensions:4bbff24fc08b4d1717094f2b3fa4a3ee36cf666a'
73-
api 'com.github.Omega-R:OmegaBind:6d534a9'
72+
api 'com.github.Omega-R:OmegaExtensions:1.0.5'
73+
api 'com.github.Omega-R:OmegaBind:1.0.2'
7474
api 'com.github.Omega-R:OmegaClicks:1.0.0'
75-
api 'com.github.Omega-R:OmegaAdapters:1.0.0'
75+
api 'com.github.Omega-R:OmegaAdapters:1.0.1'
7676

7777

7878
api project(':annotations')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
2222
kapt.incremental.apt=true
23-
kotlin.incremental=true
23+
kotlin.incremental=true

0 commit comments

Comments
 (0)