Skip to content

Commit 3739e12

Browse files
getsentry-botrunningcode
authored andcommitted
Format code
1 parent f6de786 commit 3739e12

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

sentry-build-distribution/build.gradle.kts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ android {
77
compileSdk = libs.versions.compileSdk.get().toInt()
88
namespace = "io.sentry.build.distribution"
99

10-
defaultConfig {
11-
minSdk = libs.versions.minSdk.get().toInt()
12-
}
10+
defaultConfig { minSdk = libs.versions.minSdk.get().toInt() }
1311
buildFeatures {
1412
// Determines whether to generate a BuildConfig class.
1513
buildConfig = false
@@ -20,6 +18,4 @@ androidComponents.beforeVariants {
2018
it.enable = !Config.Android.shouldSkipDebugVariant(it.buildType)
2119
}
2220

23-
dependencies {
24-
api(projects.sentry)
25-
}
21+
dependencies { api(projects.sentry) }

0 commit comments

Comments
 (0)