File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/raygun/react Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66def DEFAULT_COMPILE_SDK_VERSION = 35
77def DEFAULT_BUILD_TOOLS_VERSION = ' 35.0.0'
8- def DEFAULT_MIN_SDK_VERSION = 19
8+ def DEFAULT_MIN_SDK_VERSION = 23
99def DEFAULT_TARGET_SDK_VERSION = 35
1010
1111def safeExtGet (prop , fallback ) {
@@ -47,7 +47,7 @@ repositories {
4747dependencies {
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
Original file line number Diff line number Diff 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" ),
You can’t perform that action at this time.
0 commit comments