Skip to content

Commit 4b452cf

Browse files
committed
Upgrade Omega libs
1 parent 04dd3b8 commit 4b452cf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ dependencies {
5959
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:${kotlinCorutines_version}"
6060
implementation "org.jetbrains.kotlin:kotlin-android-extensions-runtime:${kotlin_version}"
6161

62-
api 'com.github.Omega-R.OmegaMoxy:moxy:2.2.0'
63-
api 'com.github.Omega-R.OmegaMoxy:moxy-androidx:2.2.0'
64-
api 'com.github.Omega-R.OmegaMoxy:moxy-ktx:2.2.0'
65-
kapt 'com.github.Omega-R.OmegaMoxy:moxy-compiler:2.2.0'
62+
api 'com.github.Omega-R.OmegaMoxy:moxy:2.2.1'
63+
api 'com.github.Omega-R.OmegaMoxy:moxy-androidx:2.2.1'
64+
api 'com.github.Omega-R.OmegaMoxy:moxy-ktx:2.2.1'
65+
kapt 'com.github.Omega-R.OmegaMoxy:moxy-compiler:2.2.1'
6666

6767

6868
api "com.github.Omega-R.OmegaRecyclerView:omegarecyclerview:${omegaRecyclerView}@aar"
69-
api 'com.github.Omega-R.OmegaTypes:glide:2.0.3'
69+
api 'com.github.Omega-R.OmegaTypes:glide:2.1.0'
7070
api 'com.github.Omega-R.OmegaIntentBuilder:core:1.3.3'
7171
api 'com.github.Omega-R:OmegaLaunchers:1.0.3'
7272
api 'com.github.Omega-R:OmegaExtensions:1.0.5'

core/src/main/java/com/omega_r/base/errors/ErrorHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ open class ErrorHandler : (Throwable) -> Exception, CoroutineExceptionHandler {
6666
val arguments = tag.arguments().joinToString()
6767
result += tag.method().declaringClass.simpleName + "." + tag.method().name + "(" + arguments + ")"
6868
}
69-
69+
7070
result
7171
}
7272
}

0 commit comments

Comments
 (0)