Skip to content

Commit 545b7e5

Browse files
authored
chore: upgrade react native version of native sample apps to 0.76.6 (#2942)
1 parent 794d4cb commit 545b7e5

File tree

10 files changed

+914
-979
lines changed

10 files changed

+914
-979
lines changed

examples/SampleApp/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ruby ">= 2.6.10"
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
99
gem 'xcodeproj', '< 1.26.0'
10+
gem 'concurrent-ruby', '< 1.3.4'
1011
gem 'fastlane'
1112
gem 'rubocop-performance'
1213
gem 'rubocop-require_tools'

examples/SampleApp/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
compileSdkVersion = 35
99
targetSdkVersion = 34
1010
ndkVersion = "26.1.10909125"
11-
kotlinVersion = "1.9.24"
11+
kotlinVersion = "1.9.25"
1212
androidXCore = "1.0.2"
1313
}
1414
repositories {

0 commit comments

Comments
 (0)