Skip to content

Commit e69e64e

Browse files
feat: bump to raygun4android v5.2.1
1 parent c28684a commit e69e64e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sdk/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def DEFAULT_COMPILE_SDK_VERSION = 35
77
def DEFAULT_BUILD_TOOLS_VERSION = '35.0.0'
8-
def DEFAULT_MIN_SDK_VERSION = 19
8+
def DEFAULT_MIN_SDK_VERSION = 23
99
def DEFAULT_TARGET_SDK_VERSION = 35
1010

1111
def safeExtGet(prop, fallback) {
@@ -47,7 +47,7 @@ repositories {
4747
dependencies {
4848
//noinspection GradleDynamicVersion
4949
implementation 'com.facebook.react:react-android:+'
50-
implementation 'com.raygun:raygun4android:4.2.1'
50+
implementation 'com.raygun:raygun4android:5.2.1'
5151
implementation 'com.jakewharton.timber:timber:4.7.1'
5252
}
5353

sdk/android/src/main/java/com/raygun/react/RaygunNativeBridgeModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public String getUniqueIdSync() {
344344
*/
345345
@ReactMethod
346346
public void setUser(ReadableMap userObj) {
347-
RaygunUserInfo user = new RaygunUserInfo(
347+
RaygunUserInfo user = RaygunUserInfo.create(
348348
userObj.getString("identifier"),
349349
userObj.getString("firstName"),
350350
userObj.getString("fullName"),

0 commit comments

Comments
 (0)