Skip to content

Commit

Permalink
chore: bump TestsExample to [email protected] (#2556)
Browse files Browse the repository at this point in the history
# Summary

Bump TestsExample to `[email protected]` to track compatibility
with the latest version

## Test Plan

`TestsExample` should compile.

## Compatibility

| OS      | Implemented |
| ------- | :---------: |
| iOS     |    ✅      |
| Android |    ✅      |
  • Loading branch information
jakex7 authored Dec 9, 2024
1 parent d1e9114 commit de6b4d0
Show file tree
Hide file tree
Showing 16 changed files with 1,155 additions and 1,255 deletions.
1 change: 1 addition & 0 deletions apps/tests-example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ ruby ">= 2.6.10"
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'xcodeproj', '< 1.26.0'
1 change: 1 addition & 0 deletions apps/tests-example/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ PLATFORMS
DEPENDENCIES
activesupport (>= 6.1.7.5, != 7.1.0)
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
xcodeproj (< 1.26.0)

RUBY VERSION
ruby 3.2.1p31
Expand Down
4 changes: 2 additions & 2 deletions apps/tests-example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
minSdkVersion = 24
compileSdkVersion = 35
targetSdkVersion = 34
ndkVersion = "26.1.10909125"
kotlinVersion = "1.9.24"
ndkVersion = "27.1.12297006"
kotlinVersion = "2.0.21"
}
repositories {
google()
Expand Down
5 changes: 0 additions & 5 deletions apps/tests-example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ target 'TestsExample' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

target 'TestsExampleTests' do
inherit! :complete
# Pods for testing
end

post_install do |installer|
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
react_native_post_install(
Expand Down
Loading

0 comments on commit de6b4d0

Please sign in to comment.