is not current version
Last Version 5.2.0

net.hockeyapp.android:HockeySDK 4.0.0-beta.1

HockeySDK-Android implements support for using HockeyApp in your Android application. The following features are currently supported: Collect crash reports: If your app crashes, a crash log is written to the device's storage. If the user starts the app again, he is asked to submit the crash report to HockeyApp. This works for both beta and live apps, i.e. those submitted to Google Play or other app stores! I Update Alpha/Beta apps: The app will check with HockeyApp if a new version for your alpha/beta build is available. If yes, it will show a dialog to the user and let him see the release notes, the version history and start the installation process right away. Feedback: Collect feedback from your users from within your app and communicate directly with them using the HockeyApp backend. Authenticate: Identify and authenticate users against your registered testers with the HockeyApp backend

Categories

Categories

Net KeY Data Data Formats Formal Verification
GroupId

GroupId

net.hockeyapp.android
ArtifactId

ArtifactId

HockeySDK
Version

Version

4.0.0-beta.1
Type

Type

aar

Download HockeySDK 4.0.0-beta.1


<!-- https://jarcasting.com/artifacts/net.hockeyapp.android/HockeySDK/ -->
<dependency>
    <groupId>net.hockeyapp.android</groupId>
    <artifactId>HockeySDK</artifactId>
    <version>4.0.0-beta.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.hockeyapp.android/HockeySDK/
implementation 'net.hockeyapp.android:HockeySDK:4.0.0-beta.1'
// https://jarcasting.com/artifacts/net.hockeyapp.android/HockeySDK/
implementation ("net.hockeyapp.android:HockeySDK:4.0.0-beta.1")
'net.hockeyapp.android:HockeySDK:aar:4.0.0-beta.1'
<dependency org="net.hockeyapp.android" name="HockeySDK" rev="4.0.0-beta.1">
  <artifact name="HockeySDK" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.hockeyapp.android', module='HockeySDK', version='4.0.0-beta.1')
)
libraryDependencies += "net.hockeyapp.android" % "HockeySDK" % "4.0.0-beta.1"
[net.hockeyapp.android/HockeySDK "4.0.0-beta.1"]