Skip to content

Commit adb6ea9

Browse files
committed
Build: Move navigation below the agp version and plugin ids
1 parent f9727f4 commit adb6ea9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pluginManagement {
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 {

0 commit comments

Comments
 (0)