Skip to content

Commit b2ef91a

Browse files
authored
feat(craft): kmp configuration in .craft.yml (#54)
* add kmp configuration to .craft.yml * change minVersion to 1.2.0
1 parent 1897911 commit b2ef91a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.craft.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
minVersion: 0.33.2
1+
minVersion: 1.2.0
22
changelogPolicy: auto
33
targets:
44
- name: maven
@@ -11,6 +11,9 @@ targets:
1111
distDirRegex: /^(sentry-android-|.*-android).*$/
1212
fileReplaceeRegex: /\d\.\d\.\d(-\w+(\.\d)?)?(-SNAPSHOT)?/
1313
fileReplacerStr: release.aar
14+
kmp:
15+
rootDistDirRegex: /^(?!.*(?:jvm|android|ios|watchos|tvos|macos)).*$/
16+
appleDistDirRegex: /(ios|watchos|tvos|macos)/
1417
- name: github
1518
- name: registry
1619
sdks:

0 commit comments

Comments
 (0)