Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class ReleaseInfo(val applicationId: String, val versionName: String, val versionCode: Int? = null) : Serializable
Link copied to clipboard
data class SemVer(val major: Int = 0, val minor: Int = 0, val patch: Int = 0, val preRelease: String? = null, val buildMetadata: String? = null) : Comparable<SemVer> , Serializable

Functions

Link copied to clipboard
fun Configuration.artifactsFor(attrValue: String): ArtifactCollection
Link copied to clipboard
fun Project.collectModules(configurationName: String, variantName: String, sentryModulesService: Provider<SentryModulesService>)
Link copied to clipboard
fun Logger.debug(throwable: Throwable? = null, message: () -> String)
Link copied to clipboard
fun Logger.error(throwable: Throwable? = null, message: () -> String)
Link copied to clipboard
fun Configuration.externalArtifactViewOf(attrValue: String): ArtifactView
Link copied to clipboard
fun <ServiceT : BuildService<ParamsT>, ParamsT : BuildServiceParameters> getBuildService(buildServiceRegistry: BuildServiceRegistry, buildServiceClass: Class<ServiceT>): Provider<ServiceT>
Link copied to clipboard
Link copied to clipboard
fun TaskProvider<out Task>.hookWithAssembleTasks(project: Project, variant: SentryVariant)
Link copied to clipboard
fun TaskProvider<out Task>.hookWithMinifyTasks(project: Project, variantName: String, experimentalGuardsquareSupport: Boolean)
Link copied to clipboard
fun TaskProvider<out Task>.hookWithPackageTasks(project: Project, variant: SentryVariant)
Link copied to clipboard
fun Logger.info(throwable: Throwable? = null, message: () -> String)
Link copied to clipboard
fun Logger.warn(throwable: Throwable? = null, message: () -> String)