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 13f89ee commit 2e13d4fCopy full SHA for 2e13d4f
build.gradle
@@ -1,6 +1,6 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
buildscript {
3
- ext.kotlin_version = "1.4.30"
+ ext.kotlin_version = "1.4.31"
4
5
ext.retrofit_version = "2.9.0"
6
ext.logging_interceptor_version = "4.8.0"
@@ -9,12 +9,12 @@ buildscript {
9
ext.hilt_jetpack_version = '1.0.0-alpha02'
10
11
ext.kotlin_coroutines_version = "1.3.9"
12
- ext.lifecycle_version = "2.2.0"
+ ext.lifecycle_version = "2.3.0"
13
14
ext.room_version = "2.2.6"
15
16
ext.activity_ktx_version = "1.1.0"
17
- ext.fragment_ktx_version = '1.2.5'
+ ext.fragment_ktx_version = '1.3.1'
18
19
ext.nav_version = '2.3.2'
20
0 commit comments