@@ -49,10 +49,10 @@ android {
4949dependencies {
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' )
0 commit comments