Skip to content

Commit

Permalink
Fix craft not handling multidigit version numbers (#2433)
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Dec 16, 2022
1 parent 063f12a commit c5366ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .craft.yml
Expand Up @@ -14,7 +14,7 @@ targets:
mavenRepoUrl: https://oss.sonatype.org/service/local/staging/deploy/maven2/
android:
distDirRegex: /^(sentry-android-|.*-android).*$/
fileReplaceeRegex: /\d\.\d\.\d(-\w+(\.\d)?)?(-SNAPSHOT)?/
fileReplaceeRegex: /\d+\.\d+\.\d+(-\w+(\.\d+)?)?(-SNAPSHOT)?/
fileReplacerStr: release.aar
- name: github
excludeNames: /^libsentry.*\.so$/
Expand Down

0 comments on commit c5366ae

Please sign in to comment.