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
).
- Goto to sonatype
- Click on 'Staging Repositories'
- Select the item, close then release
Android Studio configuration
- Run -> Edit Configuration
- Add a
Gradle
task
Name | Gradle Project | Tasks |
---|---|---|
Local Install | ../app/build.gradle | publishToMavenLocal |