Crash Reporter

Minimalistic Android crash reporter

License

License

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

io.github.ternaryop
ArtifactId

ArtifactId

crash-reporter
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

aar
Description

Description

Crash Reporter
Minimalistic Android crash reporter
Project URL

Project URL

https://github.com/ternaryop/crash-reporter
Source Code Management

Source Code Management

https://github.com/ternaryop/crash-reporter.git

Download crash-reporter

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.ternaryop/crash-reporter/ -->
<dependency>
    <groupId>io.github.ternaryop</groupId>
    <artifactId>crash-reporter</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ternaryop/crash-reporter/
implementation 'io.github.ternaryop:crash-reporter:1.0.0'
// https://jarcasting.com/artifacts/io.github.ternaryop/crash-reporter/
implementation ("io.github.ternaryop:crash-reporter:1.0.0")
'io.github.ternaryop:crash-reporter:aar:1.0.0'
<dependency org="io.github.ternaryop" name="crash-reporter" rev="1.0.0">
  <artifact name="crash-reporter" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ternaryop', module='crash-reporter', version='1.0.0')
)
libraryDependencies += "io.github.ternaryop" % "crash-reporter" % "1.0.0"
[io.github.ternaryop/crash-reporter "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
io.github.ternaryop : common-utils jar 1.4.9

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.32

Project Modules

There are no modules declared in this project.

Crash Reporter

Minimalistic Android crash reporter

Local Maven distribution

./gradlew publishToMavenLocal

Maven Central distribution

./gradlew publish --no-daemon --no-parallel
./gradlew closeAndReleaseRepository

The properties shown below are present inside the global ``~/.gradle/gradle.properties` file

signing.password
signing.secretKeyRingFile
mavenCentralUsername
mavenCentralPassword

It's possible to manually close and release the library (this replaces the gradle task closeAndReleaseRepository).

  1. Goto to sonatype
  2. Click on 'Staging Repositories'
  3. Select the item, close then release

Android Studio configuration

  1. Run -> Edit Configuration
  2. Add a Gradle task
Name Gradle Project Tasks
Local Install ../app/build.gradle publishToMavenLocal
io.github.ternaryop

Versions

Version
1.0.0