MVN

net.hockeyapp.android : HockeySDK

Maven & Gradle

May 21, 2019
280 stars

hockeysdk · 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, they will be asked 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. Crash logs contain viable information for you to help resolve the issue. Furthermore, you as a developer can add additional information to the report as well. 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 users and let them see the release notes, the version history and start the installation process right away. You can even force the installation of certain updates. User Metrics: Understand user behavior to improve your app. Track usage through daily and monthly active users. Monitor crash impacted users. Measure customer engagement through session count. Add custom tracking calls to learn which features your users are actually using. This feature requires a minimum API level of 14 (Android 4.x Ice Cream Sandwich). Feedback: Besides crash reports, collecting feedback from your users from within your app is a great option to help with improving your app. You act on and answer feedback directly from the HockeyApp backend. Authenticate: Identify and authenticate users against your registered testers with the HockeyApp backend.

<dependency>
    <groupId>net.hockeyapp.android</groupId>
    <artifactId>HockeySDK</artifactId>
    <version>5.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.hockeyapp.android : HockeySDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0
  • Latest Release Candidate: 3.7.0-rc.1
  • Latest Beta: 5.0.0-beta.1

All Versions

Choose a version of net.hockeyapp.android : HockeySDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
HockeySDK-5.2.0
5.1.x
HockeySDK-5.1.1
HockeySDK-5.1.0
5.0.x
HockeySDK-5.0.4
HockeySDK-5.0.3
HockeySDK-5.0.2
HockeySDK-5.0.0
HockeySDK-5.0.0-beta.1
4.1.x
HockeySDK-4.1.5
HockeySDK-4.1.4
HockeySDK-4.1.3
HockeySDK-4.1.2
HockeySDK-4.1.1
HockeySDK-4.1.0
HockeySDK-4.1.0-beta.2
HockeySDK-4.1.0-beta.1
4.0.x
HockeySDK-4.0.3
HockeySDK-4.0.2
HockeySDK-4.0.1
HockeySDK-4.0.0
HockeySDK-4.0.0-beta.1
3.7.x
HockeySDK-3.7.2
HockeySDK-3.7.1
HockeySDK-3.7.0
HockeySDK-3.7.0-rc.1
HockeySDK-3.7.0-beta.2
HockeySDK-3.7.0-beta.1
3.6.x
HockeySDK-3.6.2
HockeySDK-3.6.1
HockeySDK-3.6.0
HockeySDK-3.6.0-rc.1
HockeySDK-3.6.0-b.1
3.5.x
HockeySDK-3.5.0
HockeySDK-3.5.0-b.4
3.0.x
HockeySDK-3.0.2
HockeySDK-3.0.1
HockeySDK-3.0.0
2.2.x
HockeySDK-2.2.1
2.0.x
HockeySDK-2.0.2
HockeySDK-2.0.1
HockeySDK-2.0.0

How to add a dependency to Maven

Add the following net.hockeyapp.android : HockeySDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.hockeyapp.android</groupId>
    <artifactId>HockeySDK</artifactId>
    <version>5.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.hockeyapp.android : HockeySDK gradle dependency to your build.gradle file:

implementation 'net.hockeyapp.android:HockeySDK:5.2.0'

Gradle Kotlin DSL: Add the following net.hockeyapp.android : HockeySDK gradle kotlin dependency to your build.gradle.kts file:

implementation("net.hockeyapp.android:HockeySDK:5.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.hockeyapp.android : HockeySDK sbt scala dependency to your build.sbt file:

libraryDependencies += "net.hockeyapp.android" % "HockeySDK" % "5.2.0"

Advertisement

Dependencies from Group

May 21, 2019
280 stars

Discover Dependencies

Jul 02, 2021
22 usages
5.2k stars
Jul 08, 2023
4 usages
111 stars
Nov 18, 2021
624 usages
5.4k stars
Apr 14, 2022
751 usages
4.3k stars
Mar 27, 2021
43 stars
Sep 28, 2018
1 usages
0 stars
Aug 24, 2023
13 usages
17 stars
Mar 23, 2006
119 usages