@@ -8,19 +8,19 @@ versionName = "1.0"
88
99hilt  = " 2.45" 
1010gson  = " 2.10.1" 
11- room  = " 2.5.0 " 
11+ room  = " 2.5.2 " 
1212ktor  = " 2.2.4" 
1313glide  = " 4.15.1" 
1414material =" 1.8.0" 
15- paging  = " 3.1.1 " 
15+ paging  = " 3.2.0 " 
1616kotlin  = " 1.8.10" 
17- fragment  = " 1.5.5 " 
17+ fragment  = " 1.6.1 " 
1818retrofit  = " 2.9.0" 
19- lifecycle  = " 2.5 .1" 
19+ lifecycle  = " 2.6 .1" 
2020coroutines  = " 1.6.4" 
2121androidxCore  = " 1.9.0" 
2222gradlePlugin  = " 7.4.1" 
23- navigation  = " 2.5.3 " 
23+ navigation  = " 2.7.0 " 
2424okHttp  = " 5.0.0-alpha.11" 
2525glideWebDecoder  = " 2.3.4.14.2" 
2626junit  = " 4.13.2" 
@@ -47,7 +47,7 @@ javax-inject = { module = "javax.inject:javax.inject", version = "1" }
4747kotlin-coroutines  = { module  = " org.jetbrains.kotlinx:kotlinx-coroutines-core"  , version.ref  = " coroutines"   }
4848kotlin-coroutines-test  = { module  = " org.jetbrains.kotlinx:kotlinx-coroutines-test"  , version.ref  = " coroutines"   }
4949
50- androidx-core  = { module  = " androidx.core:core-ktx"  , version  = " 1.9.0 "   }
50+ androidx-core  = { module  = " androidx.core:core-ktx"  , version  = " 1.10.1 "   }
5151androidx-compat  = { module  = " androidx.appcompat:appcompat"  , version  = " 1.6.1"   }
5252androidx-fragment  = { module  = " androidx.fragment:fragment-ktx"  , version.ref  = " fragment"   }
5353androidx-paging-common  = { module  = " androidx.paging:paging-common"  , version.ref  = " paging"   }
@@ -65,11 +65,11 @@ androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref =
6565androidx-text-junit  = { module  = " androidx.test.ext:junit"  , version  = " 1.1.5"   }
6666androidx-test-espresso  = { module  = " androidx.test.espresso:espresso-core"  , version  = " 3.5.1"   }
6767androidx-test-espresso-contrib  = { module  = " androidx.test.espresso:espresso-contrib"  , version  = " 3.5.1"   }
68- androidx-test-arch-core  = { module  = " androidx.arch.core:core-testing"  , version  = " 2.1 .0"   }
68+ androidx-test-arch-core  = { module  = " androidx.arch.core:core-testing"  , version  = " 2.2 .0"   }
6969androidx-test-runner  = { module  = " androidx.test:runner"  , version  = " 1.5.2"   }
7070androidx-test-rules  = { module  = " androidx.test:rules"  , version  = " 1.5.0"  }
7171androidx-test-junit  = { module  = " androidx.test.ext:junit-ktx"  , version  = " 1.1.5"   }
72- androidx-test-fragment  = { module  = " androidx.fragment:fragment-testing"  , version  = " 1.5.5 "   }
72+ androidx-test-fragment  = { module  = " androidx.fragment:fragment-testing"  , version  = " 1.6.1 "   }
7373
7474squareup-retrofit  = { module  = " com.squareup.retrofit2:retrofit"  , version.ref  = " retrofit"   }
7575squareup-retrofit-gson-converter  = { module  = " com.squareup.retrofit2:converter-gson"  , version.ref  = " retrofit"   }
0 commit comments