Skip to content

Commit 2e13d4f

Browse files
committed
update gradle
1 parent 13f89ee commit 2e13d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.4.30"
3+
ext.kotlin_version = "1.4.31"
44

55
ext.retrofit_version = "2.9.0"
66
ext.logging_interceptor_version = "4.8.0"
@@ -9,12 +9,12 @@ buildscript {
99
ext.hilt_jetpack_version = '1.0.0-alpha02'
1010

1111
ext.kotlin_coroutines_version = "1.3.9"
12-
ext.lifecycle_version = "2.2.0"
12+
ext.lifecycle_version = "2.3.0"
1313

1414
ext.room_version = "2.2.6"
1515

1616
ext.activity_ktx_version = "1.1.0"
17-
ext.fragment_ktx_version = '1.2.5'
17+
ext.fragment_ktx_version = '1.3.1'
1818

1919
ext.nav_version = '2.3.2'
2020

0 commit comments

Comments
 (0)