File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 11minVersion : 0.25.0
22changelogPolicy : auto
33targets :
4+ - name : symbol-collector
5+ includeNames : /libsentry(-android)?\.so/
6+ batchType : android
7+ bundleIdPrefix : android-ndk-
8+ - name : maven
9+ includeNames : /^sentry.*$/
10+ gradleCliPath : ./gradlew
11+ mavenCliPath : scripts/mvnw
12+ mavenSettingsPath : scripts/settings.xml
13+ mavenRepoId : ossrh
14+ mavenRepoUrl : https://oss.sonatype.org/service/local/staging/deploy/maven2/
15+ android :
16+ distDirRegex : /^sentry-android-.*$/
17+ fileReplaceeRegex : /\d\.\d\.\d(-\w+(\.\d)?)?(-SNAPSHOT)?/
18+ fileReplacerStr : release.aar
419 - name : github
520 excludeNames : /^libsentry.*\.so$/
621 - name : registry
@@ -20,14 +35,3 @@ targets:
2035 maven:io.sentry:sentry-android-okhttp :
2136 maven:io.sentry:sentry-kotlin-extensions :
2237 maven:io:sentry:sentry-android-fragment :
23- - name : maven
24- includeNames : /^sentry.*$/
25- gradleCliPath : ./gradlew
26- mavenCliPath : scripts/mvnw
27- mavenSettingsPath : scripts/settings.xml
28- mavenRepoId : ossrh
29- mavenRepoUrl : https://oss.sonatype.org/service/local/staging/deploy/maven2/
30- android :
31- distDirRegex : /^sentry-android-.*$/
32- fileReplaceeRegex : /\d\.\d\.\d(-\w+(\.\d)?)?(-SNAPSHOT)?/
33- fileReplacerStr : release.aar
You can’t perform that action at this time.
0 commit comments