File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
sentry-android-distribution Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ targets:
3434 maven:io.sentry:sentry-apache-http-client-5 :
3535 maven:io.sentry:sentry-android :
3636 maven:io.sentry:sentry-android-core :
37+ maven:io.sentry:sentry-android-distribution :
3738 maven:io.sentry:sentry-android-ndk :
3839 maven:io.sentry:sentry-android-timber :
3940 maven:io.sentry:sentry-kotlin-extensions :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Sentry SDK for Java and Android
2020| -----------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| ------- |
2121| sentry-android | [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android ) | 21 |
2222| sentry-android-core | [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android-core/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android-core ) | 21 |
23+ | sentry-android-distribution | [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android-distribution/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android-distribution ) | 21 |
2324| sentry-android-ndk | [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android-ndk/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android-ndk ) | 21 |
2425| sentry-android-timber | [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android-timber/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android-timber ) | 21 |
2526| sentry-android-fragment | [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android-fragment/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.sentry/sentry-android-fragment ) | 21 |
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ subprojects {
161161 }
162162 }
163163
164- if (! this .name.contains(" sample" ) && ! this .name.contains(" integration-tests" ) && this .name != " sentry-system-test-support" && this .name != " sentry-test-support" && this .name != " sentry-android-distribution " ) {
164+ if (! this .name.contains(" sample" ) && ! this .name.contains(" integration-tests" ) && this .name != " sentry-system-test-support" && this .name != " sentry-test-support" ) {
165165 apply<DistributionPlugin >()
166166 apply< com.vanniktech.maven.publish.MavenPublishPlugin > ()
167167
Original file line number Diff line number Diff line change 1+ # sentry-android-distribution
2+
3+ This module contains the client library for the Sentry Android Build Distribution that checks for updates for your application automatically for internal testing purposes.
You can’t perform that action at this time.
0 commit comments