Skip to content

Commit 661c5c4

Browse files
committed
Deps: Extract google services plugin related version
1 parent adb6ea9 commit 661c5c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pluginManagement {
22
gradle.ext.kotlinVersion = '1.8.21'
33
gradle.ext.agpVersion = '7.2.1'
4+
gradle.ext.googleServicesVersion = '4.3.15'
45
gradle.ext.navigationVersion = '2.4.2'
56
gradle.ext.daggerVersion = "2.46.1"
67
gradle.ext.detektVersion = '1.21.0'
@@ -14,7 +15,7 @@ pluginManagement {
1415
id "org.jetbrains.kotlin.plugin.allopen" version gradle.ext.kotlinVersion
1516
id "com.android.application" version gradle.ext.agpVersion
1617
id "com.android.library" version gradle.ext.agpVersion
17-
id 'com.google.gms.google-services' version '4.3.15'
18+
id 'com.google.gms.google-services' version gradle.ext.googleServicesVersion
1819
id "androidx.navigation.safeargs.kotlin" version gradle.ext.navigationVersion
1920
id "io.sentry.android.gradle" version "3.5.0"
2021
id "io.gitlab.arturbosch.detekt" version gradle.ext.detektVersion

0 commit comments

Comments
 (0)