We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6de786 commit 3739e12Copy full SHA for 3739e12
sentry-build-distribution/build.gradle.kts
@@ -7,9 +7,7 @@ android {
7
compileSdk = libs.versions.compileSdk.get().toInt()
8
namespace = "io.sentry.build.distribution"
9
10
- defaultConfig {
11
- minSdk = libs.versions.minSdk.get().toInt()
12
- }
+ defaultConfig { minSdk = libs.versions.minSdk.get().toInt() }
13
buildFeatures {
14
// Determines whether to generate a BuildConfig class.
15
buildConfig = false
@@ -20,6 +18,4 @@ androidComponents.beforeVariants {
20
18
it.enable = !Config.Android.shouldSkipDebugVariant(it.buildType)
21
19
}
22
23
-dependencies {
24
- api(projects.sentry)
25
-}
+dependencies { api(projects.sentry) }
0 commit comments