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 @@ -3,6 +3,7 @@ pluginManagement {
33 gradle. ext. agpVersion = ' 7.2.1'
44 gradle. ext. googleServicesVersion = ' 4.3.15'
55 gradle. ext. navigationVersion = ' 2.4.2'
6+ gradle. ext. sentryVersion = ' 3.5.0'
67 gradle. ext. daggerVersion = " 2.46.1"
78 gradle. ext. detektVersion = ' 1.21.0'
89
@@ -17,7 +18,7 @@ pluginManagement {
1718 id " com.android.library" version gradle. ext. agpVersion
1819 id ' com.google.gms.google-services' version gradle. ext. googleServicesVersion
1920 id " androidx.navigation.safeargs.kotlin" version gradle. ext. navigationVersion
20- id " io.sentry.android.gradle" version " 3.5.0 "
21+ id " io.sentry.android.gradle" version gradle . ext . sentryVersion
2122 id " io.gitlab.arturbosch.detekt" version gradle. ext. detektVersion
2223 id " se.bjurr.violations.violation-comments-to-github-gradle-plugin" version " 1.67"
2324 }
You can’t perform that action at this time.
0 commit comments