We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6cb03 commit e4c9b4eCopy full SHA for e4c9b4e
app/build.gradle
@@ -55,6 +55,7 @@ dependencies {
55
implementation libs.arch_comp_viewmodel
56
implementation libs.arch_comp_room
57
implementation libs.arch_comp_room_rxjava
58
+ implementation 'io.arrow-kt:arrow-core:0.7.1'
59
implementation libs.constraint
60
implementation libs.design
61
implementation libs.floating_search
dependencies.gradle
@@ -9,9 +9,9 @@ ext {
9
versions = [
10
arch_comp_lifecycle : '1.1.1',
11
arch_comp_persistence: '1.0.0',
12
- android_plugin : '3.1.1',
+ android_plugin : '3.1.2',
13
koin : '0.9.1',
14
- kotlin : '1.2.40',
+ kotlin : '1.2.41',
15
okhttp : '3.9.1',
16
retrofit : '2.4.0',
17
support : '27.1.0',
0 commit comments