Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/DeployGate/deploygate-android-sdk.svg?branch=master)](https://travis-ci.org/DeployGate/deploygate-android-sdk)
[![Download](https://img.shields.io/maven-central/v/com.deploygate/sdk)](https://ossindex.sonatype.org/component/pkg:maven/com.deploygate/sdk)

You can integrate DeployGate's realtime remote logging & crash reporting without code modification on your apps in development.
You can integrate DeployGate's realtime remote logging & crash reporting without code modification on your apps in development. [Sample Code](./sample).

> 4.3.0 and later require Android Studio whose versions are the latest patch version of 3.3 or above.
> For the more details, please see https://developer.android.com/studio/releases/gradle-plugin#4.0.1
Expand Down Expand Up @@ -52,7 +52,6 @@ For example, add to your custom application class, content provider, or else.
DeployGate.install(context, /** forceApplyOnReleaseBuild */ false);
```


## Usage

You can retrieve detailed information on current running build and status change events through functions and callback listeners.
Expand Down Expand Up @@ -82,7 +81,7 @@ DeployGate.registerCallback(new DeployGateCallback() {
}, true);
```

See [SDK Sample](./sample) for more examples.
For the more details, pelase refer to [DeployGate Docs - Android SDK](https://docs.deploygate.com/docs/developer-tools/android-sdk/)

## Mock

Expand Down Expand Up @@ -161,4 +160,4 @@ Use GitHub Actions.

- [release a new version](.github/workflows/release.yml)
- [distribute a new sample with the latest version](.github/workflows/test.yml)
- [deploy the Javadocs](.github/workflows/deploy-javadoc.yml)
- [deploy the Javadocs](.github/workflows/deploy-javadoc.yml)