chore: bump TestsExample to react-native@0.77.0-rc.1 (#2556)

# Summary

Bump TestsExample to `react-native@0.77.0-rc.1` to track compatibility
with the latest version

## Test Plan

`TestsExample` should compile.

## Compatibility

| OS      | Implemented |
| ------- | :---------: |
| iOS     |          |
| Android |          |
This commit is contained in:
Jakub Grzywacz
2024-12-09 16:33:53 +01:00
committed by GitHub
parent d1e91144a7
commit de6b4d0d17
16 changed files with 1146 additions and 1246 deletions
+2 -2
View File
@@ -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()