Skip to content

Commit

Permalink
Update kotlin version to support RN 0.72 (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
naqvitalha authored Jul 5, 2023
1 parent e2854a5 commit edd322d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Update kotlin version to 1.8.10 for RN 0.72 compatibility
- https://github.com/Shopify/flash-list/pull/865

## [1.4.3] - 2023-04-24

- Fix definition conflicts with previous value
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def _androidTestRunnerVersion = _ext.has('androidTestRunnerVersion') ? _ext.andr

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

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion fixture/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
compileSdkVersion = 30
targetSdkVersion = 30
ndkVersion = "21.4.7075529"
kotlin_version = "1.5.30"
kotlin_version = "1.8.10"

}
repositories {
Expand Down
6 changes: 3 additions & 3 deletions fixture/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ PODS:
- React-Core
- SDWebImage (~> 5.11.1)
- SDWebImageWebPCoder (~> 0.8.4)
- RNFlashList (1.4.2):
- RNFlashList (1.4.3):
- React-Core
- RNFlashList/Tests (1.4.2):
- RNFlashList/Tests (1.4.3):
- React-Core
- RNGestureHandler (2.5.0):
- React-Core
Expand Down Expand Up @@ -630,7 +630,7 @@ SPEC CHECKSUMS:
ReactCommon: 149e2c0acab9bac61378da0db5b2880a1b5ff59b
ReactNativePerformanceListsProfiler: b9f7cfe8d08631fbce8e4729d388a5a3f7f562c2
RNFastImage: 1f2cab428712a4baaf78d6169eaec7f622556dd7
RNFlashList: 7fbca4fc075484a9426f1610d648dbea2de94eb0
RNFlashList: ade81b4e928ebd585dd492014d40fb8d0e848aab
RNGestureHandler: bad495418bcbd3ab47017a38d93d290ebd406f50
RNReanimated: 3d1432ce7b6b7fc31f375dcabe5b4585e0634a43
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
Expand Down

0 comments on commit edd322d

Please sign in to comment.