Skip to content

Commit c1cbfce

Browse files
committed
try to fix #80
1 parent 83cc3d0 commit c1cbfce

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.idea/compiler.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildSrc/src/main/kotlin/Configurations.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ object versions {
4646
const val recyclerView = "1.3.0-alpha02"
4747
}
4848

49-
const val navigation = "2.5.0-alpha04"
49+
const val navigation = "2.4.2"
5050
const val lifecycle = "2.4.1"
5151
const val room = "2.5.0-alpha01"
5252
const val work = "2.8.0-alpha02"
@@ -87,7 +87,7 @@ object versions {
8787
const val arrow = "1.1.2"
8888
const val uri = "0.3.3"
8989
const val viewBindingDelegate = "1.3.1"
90-
const val flowExt = "0.3.0-SNAPSHOT"
90+
const val flowExt = "0.3.0"
9191
}
9292

9393
object deps {

0 commit comments

Comments
 (0)