Skip to content

Commit c5366ae

Browse files
authored
Fix craft not handling multidigit version numbers (#2433)
1 parent 063f12a commit c5366ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.craft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ targets:
1414
mavenRepoUrl: https://oss.sonatype.org/service/local/staging/deploy/maven2/
1515
android:
1616
distDirRegex: /^(sentry-android-|.*-android).*$/
17-
fileReplaceeRegex: /\d\.\d\.\d(-\w+(\.\d)?)?(-SNAPSHOT)?/
17+
fileReplaceeRegex: /\d+\.\d+\.\d+(-\w+(\.\d+)?)?(-SNAPSHOT)?/
1818
fileReplacerStr: release.aar
1919
- name: github
2020
excludeNames: /^libsentry.*\.so$/

0 commit comments

Comments
 (0)