Skip to content

Commit e4c9b4e

Browse files
committed
chore: ⬆️ update kotlin & android gradle plugin
- kotlin update to version 1.2.41 - android gradle plugin update to 3.1.2
1 parent 7d6cb03 commit e4c9b4e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies {
5555
implementation libs.arch_comp_viewmodel
5656
implementation libs.arch_comp_room
5757
implementation libs.arch_comp_room_rxjava
58+
implementation 'io.arrow-kt:arrow-core:0.7.1'
5859
implementation libs.constraint
5960
implementation libs.design
6061
implementation libs.floating_search

dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ext {
99
versions = [
1010
arch_comp_lifecycle : '1.1.1',
1111
arch_comp_persistence: '1.0.0',
12-
android_plugin : '3.1.1',
12+
android_plugin : '3.1.2',
1313
koin : '0.9.1',
14-
kotlin : '1.2.40',
14+
kotlin : '1.2.41',
1515
okhttp : '3.9.1',
1616
retrofit : '2.4.0',
1717
support : '27.1.0',

0 commit comments

Comments
 (0)