Skip to content

Commit edd322d

Browse files
authored
Update kotlin version to support RN 0.72 (Shopify#865)
1 parent e2854a5 commit edd322d

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
- Update kotlin version to 1.8.10 for RN 0.72 compatibility
11+
- https://github.com/Shopify/flash-list/pull/865
12+
1013
## [1.4.3] - 2023-04-24
1114

1215
- Fix definition conflicts with previous value

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def _androidTestRunnerVersion = _ext.has('androidTestRunnerVersion') ? _ext.andr
1515

1616
buildscript {
1717
// buildscript is evaluated before any other task is executed, so this must be defined here
18-
ext._kotlinVersion = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get('kotlinVersion') : '1.5.30'
18+
ext._kotlinVersion = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get('kotlinVersion') : '1.8.10'
1919

2020
repositories {
2121
mavenCentral()

fixture/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
compileSdkVersion = 30
88
targetSdkVersion = 30
99
ndkVersion = "21.4.7075529"
10-
kotlin_version = "1.5.30"
10+
kotlin_version = "1.8.10"
1111

1212
}
1313
repositories {

fixture/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ PODS:
366366
- React-Core
367367
- SDWebImage (~> 5.11.1)
368368
- SDWebImageWebPCoder (~> 0.8.4)
369-
- RNFlashList (1.4.2):
369+
- RNFlashList (1.4.3):
370370
- React-Core
371-
- RNFlashList/Tests (1.4.2):
371+
- RNFlashList/Tests (1.4.3):
372372
- React-Core
373373
- RNGestureHandler (2.5.0):
374374
- React-Core
@@ -630,7 +630,7 @@ SPEC CHECKSUMS:
630630
ReactCommon: 149e2c0acab9bac61378da0db5b2880a1b5ff59b
631631
ReactNativePerformanceListsProfiler: b9f7cfe8d08631fbce8e4729d388a5a3f7f562c2
632632
RNFastImage: 1f2cab428712a4baaf78d6169eaec7f622556dd7
633-
RNFlashList: 7fbca4fc075484a9426f1610d648dbea2de94eb0
633+
RNFlashList: ade81b4e928ebd585dd492014d40fb8d0e848aab
634634
RNGestureHandler: bad495418bcbd3ab47017a38d93d290ebd406f50
635635
RNReanimated: 3d1432ce7b6b7fc31f375dcabe5b4585e0634a43
636636
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19

0 commit comments

Comments
 (0)