Skip to content

Commit 5774982

Browse files
authored
Merge pull request #86 from MindscapeHQ/android_fix
Android fetch cannot read property of null
2 parents d7f4c2f + 43cab9b commit 5774982

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

sdk/.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
src/
1+
/src/
22
coverage/
33
android/libs/
44
android/.idea/

sdk/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ apply plugin: 'maven-publish'
4444
android {
4545
compileSdkVersion safeExtGet('compileSdkVersion', DEFAULT_COMPILE_SDK_VERSION)
4646
buildToolsVersion safeExtGet('buildToolsVersion', DEFAULT_BUILD_TOOLS_VERSION)
47-
namespace "com.raygun.reactnative"
4847
defaultConfig {
4948
minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)
5049
targetSdkVersion safeExtGet('targetSdkVersion', DEFAULT_TARGET_SDK_VERSION)

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "raygun4reactnative",
33
"title": "Raygun4reactnative",
4-
"version": "1.4.4",
4+
"version": "1.4.5",
55
"description": "Raygun React Native SDK",
66
"main": "dist/index.js",
77
"typescript": {

0 commit comments

Comments
 (0)