Skip to content

Commit

Permalink
Merge pull request #82 from MindscapeHQ/dp/xcode16_fix
Browse files Browse the repository at this point in the history
Add namespace to build.gradle & bump raygun4apple dependency
  • Loading branch information
Pallesen01 authored Sep 25, 2024
2 parents 21c36d9 + 53826ec commit 44def3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sdk/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ 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.3.0",
"version": "1.4.3",
"description": "Raygun React Native SDK",
"main": "dist/index.js",
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/raygun4reactnative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React-Core"
s.dependency "raygun4apple", '~> 2.1.1'
s.dependency "raygun4apple", '~> 2.1.2'

end

0 comments on commit 44def3c

Please sign in to comment.