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 063f12a commit c5366aeCopy full SHA for c5366ae
.craft.yml
@@ -14,7 +14,7 @@ targets:
14
mavenRepoUrl: https://oss.sonatype.org/service/local/staging/deploy/maven2/
15
android:
16
distDirRegex: /^(sentry-android-|.*-android).*$/
17
- fileReplaceeRegex: /\d\.\d\.\d(-\w+(\.\d)?)?(-SNAPSHOT)?/
+ fileReplaceeRegex: /\d+\.\d+\.\d+(-\w+(\.\d+)?)?(-SNAPSHOT)?/
18
fileReplacerStr: release.aar
19
- name: github
20
excludeNames: /^libsentry.*\.so$/
0 commit comments