@primer-io/react-native 2.26.1 → 2.26.3
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
|
@@ -155,7 +155,7 @@ dependencies {
|
|
|
155
155
|
api 'com.facebook.react:react-native:+'
|
|
156
156
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
157
157
|
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1"
|
|
158
|
-
implementation 'io.primer:android:2.28.
|
|
158
|
+
implementation 'io.primer:android:2.28.1'
|
|
159
159
|
|
|
160
160
|
testImplementation 'io.mockk:mockk:1.13.11'
|
|
161
161
|
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.26.
|
|
2
|
+
public let PrimerReactNativeSDKVersion = "2.26.3"
|
package/package.json
CHANGED