Skip to content

Commit 93c1e3f

Browse files
authored
Bump BuildConfig Gradle Plugin version (#4398)
Also bump detekt version
1 parent eda4283 commit 93c1e3f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

buildSrc/src/main/java/Config.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

sentry-samples/sentry-samples-android/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,6 @@ android {
139139
}
140140

141141
dependencies {
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)

0 commit comments

Comments
 (0)