Skip to content

Commit b70f0a7

Browse files
committed
chore: update dependencies and configurations for improved compatibility
1 parent 726aa52 commit b70f0a7

9 files changed

Lines changed: 3347 additions & 3404 deletions

File tree

example/Gemfile.lock

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
7+
rexml
8+
activesupport (7.2.2.1)
9+
base64
10+
benchmark (>= 0.3)
11+
bigdecimal
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
13+
connection_pool (>= 2.2.5)
14+
drb
15+
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
17+
minitest (>= 5.1)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
20+
addressable (2.8.7)
21+
public_suffix (>= 2.0.2, < 7.0)
22+
algoliasearch (1.27.5)
23+
httpclient (~> 2.8, >= 2.8.3)
24+
json (>= 1.5.1)
25+
atomos (0.1.3)
26+
base64 (0.2.0)
27+
benchmark (0.4.0)
28+
bigdecimal (3.1.9)
29+
claide (1.1.0)
30+
cocoapods (1.15.2)
31+
addressable (~> 2.8)
32+
claide (>= 1.0.2, < 2.0)
33+
cocoapods-core (= 1.15.2)
34+
cocoapods-deintegrate (>= 1.0.3, < 2.0)
35+
cocoapods-downloader (>= 2.1, < 3.0)
36+
cocoapods-plugins (>= 1.0.0, < 2.0)
37+
cocoapods-search (>= 1.0.0, < 2.0)
38+
cocoapods-trunk (>= 1.6.0, < 2.0)
39+
cocoapods-try (>= 1.1.0, < 2.0)
40+
colored2 (~> 3.1)
41+
escape (~> 0.0.4)
42+
fourflusher (>= 2.3.0, < 3.0)
43+
gh_inspector (~> 1.0)
44+
molinillo (~> 0.8.0)
45+
nap (~> 1.0)
46+
ruby-macho (>= 2.3.0, < 3.0)
47+
xcodeproj (>= 1.23.0, < 2.0)
48+
cocoapods-core (1.15.2)
49+
activesupport (>= 5.0, < 8)
50+
addressable (~> 2.8)
51+
algoliasearch (~> 1.0)
52+
concurrent-ruby (~> 1.1)
53+
fuzzy_match (~> 2.0.4)
54+
nap (~> 1.0)
55+
netrc (~> 0.11)
56+
public_suffix (~> 4.0)
57+
typhoeus (~> 1.0)
58+
cocoapods-deintegrate (1.0.5)
59+
cocoapods-downloader (2.1)
60+
cocoapods-plugins (1.0.0)
61+
nap
62+
cocoapods-search (1.0.1)
63+
cocoapods-trunk (1.6.0)
64+
nap (>= 0.8, < 2.0)
65+
netrc (~> 0.11)
66+
cocoapods-try (1.2.0)
67+
colored2 (3.1.2)
68+
concurrent-ruby (1.3.3)
69+
connection_pool (2.5.0)
70+
drb (2.2.1)
71+
escape (0.0.4)
72+
ethon (0.16.0)
73+
ffi (>= 1.15.0)
74+
ffi (1.17.1)
75+
fourflusher (2.3.1)
76+
fuzzy_match (2.0.4)
77+
gh_inspector (1.1.3)
78+
httpclient (2.8.3)
79+
i18n (1.14.7)
80+
concurrent-ruby (~> 1.0)
81+
json (2.9.1)
82+
logger (1.6.5)
83+
minitest (5.25.4)
84+
molinillo (0.8.0)
85+
mutex_m (0.2.0)
86+
nanaimo (0.3.0)
87+
nap (1.1.0)
88+
netrc (0.11.0)
89+
nkf (0.2.0)
90+
public_suffix (4.0.7)
91+
rexml (3.4.1)
92+
ruby-macho (2.5.1)
93+
securerandom (0.4.1)
94+
typhoeus (1.4.1)
95+
ethon (>= 0.9.0)
96+
tzinfo (2.0.6)
97+
concurrent-ruby (~> 1.0)
98+
xcodeproj (1.25.1)
99+
CFPropertyList (>= 2.3.3, < 4.0)
100+
atomos (~> 0.1.3)
101+
claide (>= 1.0.2, < 2.0)
102+
colored2 (~> 3.1)
103+
nanaimo (~> 0.3.0)
104+
rexml (>= 3.3.6, < 4.0)
105+
106+
PLATFORMS
107+
ruby
108+
109+
DEPENDENCIES
110+
activesupport (>= 6.1.7.5, != 7.1.0)
111+
benchmark
112+
bigdecimal
113+
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
114+
concurrent-ruby (< 1.3.4)
115+
logger
116+
mutex_m
117+
xcodeproj (< 1.26.0)
118+
119+
RUBY VERSION
120+
ruby 3.3.6p108
121+
122+
BUNDLED WITH
123+
2.5.23

example/android/build.gradle

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
buildscript {
22
ext {
3-
buildToolsVersion = "34.0.0"
4-
minSdkVersion = 23
3+
buildToolsVersion = "35.0.0"
4+
minSdkVersion = 24
55
compileSdkVersion = 34
66
targetSdkVersion = 34
77
ndkVersion = "26.1.10909125"
8-
kotlinVersion = "1.9.24"
8+
kotlinVersion = "1.7.20"
99
}
1010
repositories {
1111
google()
@@ -14,8 +14,15 @@ buildscript {
1414
dependencies {
1515
classpath('com.android.tools.build:gradle:8.7.2')
1616
classpath("com.facebook.react:react-native-gradle-plugin")
17-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
17+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
1818
}
1919
}
2020

2121
apply plugin: "com.facebook.react.rootproject"
22+
23+
allprojects {
24+
repositories {
25+
google()
26+
mavenCentral()
27+
}
28+
}

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example/ios/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require Pod::Executable.execute_command('node', ['-p',
77

88
platform :ios, min_ios_version_supported
99
prepare_react_native_project!
10+
ENV['RCT_NEW_ARCH_ENABLED'] = '0'
1011

1112
linkage = ENV['USE_FRAMEWORKS']
1213
if linkage != nil

0 commit comments

Comments
 (0)