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 30f8b73 commit 6361b65Copy full SHA for 6361b65
.craft.yml
@@ -2,6 +2,7 @@ minVersion: 0.23.1
2
changelogPolicy: auto
3
targets:
4
- name: github
5
+ excludeNames: /^libsentry.*\.so$/
6
- name: registry
7
sdks:
8
maven:io.sentry:sentry:
@@ -21,7 +22,6 @@ targets:
21
22
maven:io:sentry:sentry-android-fragment:
23
- name: maven
24
includeNames: /^sentry.*$/
- excludeNames: /^libsentry.*\.so$/
25
gradleCliPath: ./gradlew
26
mavenCliPath: scripts/mvnw
27
mavenSettingsPath: scripts/settings.xml
0 commit comments