File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
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. 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
You can’t perform that action at this time.
0 commit comments