Skip to content

Commit

Permalink
Merge pull request #86 from MindscapeHQ/android_fix
Browse files Browse the repository at this point in the history
Android fetch cannot read property of null
  • Loading branch information
Pallesen01 authored Oct 1, 2024
2 parents d7f4c2f + 43cab9b commit 5774982
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
src/
/src/
coverage/
android/libs/
android/.idea/
Expand Down
1 change: 0 additions & 1 deletion sdk/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ apply plugin: 'maven-publish'
android {
compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION)
namespace "com.raygun.reactnative"
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)
targetSdkVersion safeExtGet('targetSdkVersion', DEFAULT_TARGET_SDK_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "raygun4reactnative",
"title": "Raygun4reactnative",
"version": "1.4.4",
"version": "1.4.5",
"description": "Raygun React Native SDK",
"main": "dist/index.js",
"typescript": {
Expand Down

0 comments on commit 5774982

Please sign in to comment.