File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11pluginManagement {
22 gradle. ext. kotlinVersion = ' 1.8.21'
33 gradle. ext. agpVersion = ' 7.2.1'
4+ gradle. ext. navigationVersion = ' 2.4.2'
45 gradle. ext. daggerVersion = " 2.46.1"
56 gradle. ext. detektVersion = ' 1.21.0'
6- gradle. ext. navigationVersion = ' 2.4.2'
77
88 plugins {
99 id " org.jetbrains.kotlin.android" version gradle. ext. kotlinVersion
@@ -15,10 +15,10 @@ pluginManagement {
1515 id " com.android.application" version gradle. ext. agpVersion
1616 id " com.android.library" version gradle. ext. agpVersion
1717 id ' com.google.gms.google-services' version ' 4.3.15'
18+ id " androidx.navigation.safeargs.kotlin" version gradle. ext. navigationVersion
1819 id " io.sentry.android.gradle" version " 3.5.0"
1920 id " io.gitlab.arturbosch.detekt" version gradle. ext. detektVersion
2021 id " se.bjurr.violations.violation-comments-to-github-gradle-plugin" version " 1.67"
21- id " androidx.navigation.safeargs.kotlin" version gradle. ext. navigationVersion
2222 }
2323 repositories {
2424 maven {
You can’t perform that action at this time.
0 commit comments