File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def _androidTestRunnerVersion = _ext.has('androidTestRunnerVersion') ? _ext.andr
1515
1616buildscript {
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()
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments