File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
sentry-samples/sentry-samples-android Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ object Config {
1919 val androidGradle = " com.android.tools.build:gradle:$AGP "
2020 val kotlinGradlePlugin = " gradle-plugin"
2121 val buildConfig = " com.github.gmazzo.buildconfig"
22- val buildConfigVersion = " 3.0.3 "
22+ val buildConfigVersion = " 5.6.5 "
2323 val springBoot = " org.springframework.boot"
2424 val springDependencyManagement = " io.spring.dependency-management"
2525 val springDependencyManagementVersion = " 1.0.11.RELEASE"
@@ -233,7 +233,7 @@ object Config {
233233 val gradleVersionsPlugin = " com.github.ben-manes:gradle-versions-plugin:0.42.0"
234234 val gradleVersions = " com.github.ben-manes.versions"
235235 val detekt = " io.gitlab.arturbosch.detekt"
236- val detektVersion = " 1.23.5 "
236+ val detektVersion = " 1.23.8 "
237237 val detektPlugin = " io.gitlab.arturbosch.detekt"
238238 val binaryCompatibilityValidatorVersion = " 0.13.0"
239239 val binaryCompatibilityValidatorPlugin = " org.jetbrains.kotlinx:binary-compatibility-validator:$binaryCompatibilityValidatorVersion "
Original file line number Diff line number Diff line change @@ -139,8 +139,6 @@ android {
139139}
140140
141141dependencies {
142- implementation(fileTree(mapOf (" dir" to " libs" , " include" to listOf (" *.jar" ))))
143-
144142 implementation(kotlin(Config .kotlinStdLib, org.jetbrains.kotlin.config.KotlinCompilerVersion .VERSION ))
145143
146144 implementation(projects.sentryAndroid)
You can’t perform that action at this time.
0 commit comments