@primer-io/react-native 2.40.1 → 2.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -133,7 +133,7 @@ dependencies {
|
|
|
133
133
|
implementation 'com.facebook.react:react-native:+'
|
|
134
134
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
135
135
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
|
|
136
|
-
implementation 'io.primer:android:2.
|
|
136
|
+
implementation 'io.primer:android:2.46.0'
|
|
137
137
|
testImplementation 'io.mockk:mockk:1.14.2'
|
|
138
138
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
|
|
139
139
|
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// swiftlint:disable:next identifier_name
|
|
2
|
-
public let PrimerReactNativeSDKVersion = "2.
|
|
2
|
+
public let PrimerReactNativeSDKVersion = "2.41.0"
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
|
|
|
17
17
|
s.private_header_files = ['ios/PrimerSwiftInterop.h' ]
|
|
18
18
|
|
|
19
19
|
s.dependency "React-Core"
|
|
20
|
-
s.dependency "PrimerSDK", "2.
|
|
20
|
+
s.dependency "PrimerSDK", "2.43.1"
|
|
21
21
|
|
|
22
22
|
s.pod_target_xcconfig = {
|
|
23
23
|
"SWIFT_ENABLE_EXPLICIT_MODULES" => "NO"
|