You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/android.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Features
6
6
7
7
The Sentry Android SDK is built on top of the main Java SDK and supports all of the same
8
8
features, `configuration options <https://docs.sentry.io/clients/java/config/>`_, and more.
9
-
Adding version ``1.7.4`` of the Android SDK to a sample application that doesn't even use
9
+
Adding version ``1.7.5`` of the Android SDK to a sample application that doesn't even use
10
10
Proguard only increased the release ``.apk`` size by approximately 200KB.
11
11
12
12
Events will be `buffered to disk <https://docs.sentry.io/clients/java/config/#buffering-events-to-disk>`_
@@ -29,9 +29,9 @@ Using Gradle (Android Studio) in your ``app/build.gradle`` add:
29
29
30
30
.. sourcecode:: groovy
31
31
32
-
compile 'io.sentry:sentry-android:1.7.4'
32
+
compile 'io.sentry:sentry-android:1.7.5'
33
33
34
-
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-android%7C1.7.4%7Cjar>`_.
34
+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-android%7C1.7.5%7Cjar>`_.
35
35
36
36
Initialization
37
37
--------------
@@ -146,7 +146,7 @@ And declare a dependency in your toplevel ``build.gradle``:
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-appengine%7C1.7.4%7Cjar>`_.
36
+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-appengine%7C1.7.5%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j%7C1.7.4%7Cjar>`_.
46
+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j%7C1.7.5%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j2%7C1.7.4%7Cjar>`_.
46
+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-log4j2%7C1.7.5%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-logback%7C1.7.4%7Cjar>`_.
46
+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-logback%7C1.7.5%7Cjar>`_.
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-spring%7C1.7.4%7Cjar>`_.
52
+
For other dependency managers see the `central Maven repository <https://search.maven.org/#artifactdetails%7Cio.sentry%7Csentry-spring%7C1.7.5%7Cjar>`_.
0 commit comments