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 {
19
19
val androidGradle = " com.android.tools.build:gradle:$AGP "
20
20
val kotlinGradlePlugin = " gradle-plugin"
21
21
val buildConfig = " com.github.gmazzo.buildconfig"
22
- val buildConfigVersion = " 3.0.3 "
22
+ val buildConfigVersion = " 5.6.5 "
23
23
val springBoot = " org.springframework.boot"
24
24
val springDependencyManagement = " io.spring.dependency-management"
25
25
val springDependencyManagementVersion = " 1.0.11.RELEASE"
@@ -233,7 +233,7 @@ object Config {
233
233
val gradleVersionsPlugin = " com.github.ben-manes:gradle-versions-plugin:0.42.0"
234
234
val gradleVersions = " com.github.ben-manes.versions"
235
235
val detekt = " io.gitlab.arturbosch.detekt"
236
- val detektVersion = " 1.23.5 "
236
+ val detektVersion = " 1.23.8 "
237
237
val detektPlugin = " io.gitlab.arturbosch.detekt"
238
238
val binaryCompatibilityValidatorVersion = " 0.13.0"
239
239
val binaryCompatibilityValidatorPlugin = " org.jetbrains.kotlinx:binary-compatibility-validator:$binaryCompatibilityValidatorVersion "
Original file line number Diff line number Diff line change @@ -139,8 +139,6 @@ android {
139
139
}
140
140
141
141
dependencies {
142
- implementation(fileTree(mapOf (" dir" to " libs" , " include" to listOf (" *.jar" ))))
143
-
144
142
implementation(kotlin(Config .kotlinStdLib, org.jetbrains.kotlin.config.KotlinCompilerVersion .VERSION ))
145
143
146
144
implementation(projects.sentryAndroid)
You can’t perform that action at this time.
0 commit comments