We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f268e commit 67d038bCopy full SHA for 67d038b
README.md
@@ -42,9 +42,15 @@ Version | Changes
42
**0.1.0** | Initial release
43
44
## How To Get Started
45
-- Download the [Sentry-Android JAR - 1.1.4](https://github.com/joshdholtz/Sentry-Android/releases/tag/1.1.4)
46
-- Place the JAR in the Android project's "libs" directory
47
-- Code
+
+### Gradle
+Available in jCenter
48
+```
49
+compile 'com.joshdholtz.sentry:sentry-android:1.2.1'
50
51
52
+### Manual
53
+JAR can be downloaded [here](https://bintray.com/joshdholtz/maven/sentry-android/view#files/com/joshdholtz/sentry/sentry-android/1.2.1)
54
55
## This Is How We Do It
56
0 commit comments