Skip to content

Commit 44def3c

Browse files
authored
Merge pull request #82 from MindscapeHQ/dp/xcode16_fix
Add namespace to build.gradle & bump raygun4apple dependency
2 parents 21c36d9 + 53826ec commit 44def3c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

sdk/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ 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"
4748
defaultConfig {
4849
minSdkVersion safeExtGet('minSdkVersion', DEFAULT_MIN_SDK_VERSION)
4950
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.3.0",
4+
"version": "1.4.3",
55
"description": "Raygun React Native SDK",
66
"main": "dist/index.js",
77
"typescript": {

sdk/raygun4reactnative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Pod::Spec.new do |s|
2222
s.requires_arc = true
2323

2424
s.dependency "React-Core"
25-
s.dependency "raygun4apple", '~> 2.1.1'
25+
s.dependency "raygun4apple", '~> 2.1.2'
2626

2727
end

0 commit comments

Comments
 (0)