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: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,10 @@ This means that the library is now fully compatible with Kotlin Coroutines and p
16
16
We recommend using those if you are using Kotlin in your project.
17
17
As well, the library is still compatible with pure Java Android applications.
18
18
19
-
Raygun4Android 5.1.0 is currently considered to be the stable release of the provider and is tagged in the repository and supports Android 5+.
20
-
21
-
Raygun4Android 4.1.1 is functionally equal to 4.1.0, which was unfortunately deployed to Maven Central in an incomplete state. Please use 4.1.1 instead.
19
+
Raygun4Android 5.2.0 is currently considered to be the stable release of the provider and is tagged in the repository and supports Android 6+.
22
20
23
21
The `develop` branch reflects ongoing work on the version 5 line as tagged snapshots and only support
24
22
25
-
The `master` branch used to be the branch for ongoing work and releases until `4.1.0-alpha1`. In the future, the `master` branch will reflect release builds.
26
-
27
23
If you want the *very old* stable version 3.0.6 please check out the change set labelled with `v3.0.6` and go from there.
28
24
29
25
### Requirements
@@ -57,7 +53,7 @@ Then add the following to your **module's** build.gradle:
0 commit comments