Use beta version of navigation to support gradle 7.0

This commit is contained in:
Kirill Kamakin
2021-11-07 19:01:40 +03:00
parent ef5f1def51
commit 080ccab2de

View File

@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.nav_version = "2.3.5" ext.nav_version = "2.4.0-beta02"
ext.hilt_version = "2.38.1" ext.hilt_version = "2.38.1"
ext.kotlin_version = "1.5.31" ext.kotlin_version = "1.5.31"
repositories { repositories {