Skip to content

Commit ea35fca

Browse files
alanjcharlesoscb
authored andcommitted
fix: bump kotlin version in advertisingId plugin (#799)
Co-authored-by: Alan Charles <[email protected]>
1 parent d4259f9 commit ea35fca

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

example/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,12 @@ PODS:
300300
- React
301301
- RNGestureHandler (2.6.0):
302302
- React-Core
303-
- segment-analytics-react-native (2.13.1):
303+
- segment-analytics-react-native (2.13.4):
304304
- React-Core
305305
- sovran-react-native
306-
- segment-analytics-react-native-plugin-idfa (0.6.0):
306+
- segment-analytics-react-native-plugin-idfa (0.6.1):
307307
- React-Core
308-
- sovran-react-native (1.0.0):
308+
- sovran-react-native (1.0.1):
309309
- React-Core
310310
- Yoga (1.14.0)
311311

@@ -484,9 +484,9 @@ SPEC CHECKSUMS:
484484
RNCAsyncStorage: 0c357f3156fcb16c8589ede67cc036330b6698ca
485485
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
486486
RNGestureHandler: 920eb17f5b1e15dae6e5ed1904045f8f90e0b11e
487-
segment-analytics-react-native: f962dff3a084655a29f9403b8c139c75a3362524
488-
segment-analytics-react-native-plugin-idfa: 6b0231a40b5aebc869eba83d51ea509023345ef7
489-
sovran-react-native: 1ac9ae5d8c95f945e0c7aa0a2f443133ede68f02
487+
segment-analytics-react-native: cc12d9422f7ce863ee57c1b650ab48eec4b6d5bd
488+
segment-analytics-react-native-plugin-idfa: 7fec83a58a2b8ad21bb4774d8b6ef4421fa1a62d
489+
sovran-react-native: 2964014cf2b12b6f0939a38199fe70477adc92b5
490490
Yoga: 0b84a956f7393ef1f37f3bb213c516184e4a689d
491491

492492
PODFILE CHECKSUM: 148f23dc44ebce74497f5fef0651f1fea1f8a361

packages/core/src/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const libraryInfo = {
22
name: '@segment/analytics-react-native',
3-
version: '2.13.3',
3+
version: '2.13.4',
44
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
AnalyticsReactNativePluginAdvertisingId_kotlinVersion=1.6.0
1+
AnalyticsReactNativePluginAdvertisingId_kotlinVersion=1.7.0
22
AnalyticsReactNativePluginAdvertisingId_compileSdkVersion=31
33
AnalyticsReactNativePluginAdvertisingId_targetSdkVersion=31

0 commit comments

Comments
 (0)