Skip to content

Commit

Permalink
Upgrade project
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Sep 17, 2024
1 parent 5b01395 commit 4bd84df
Show file tree
Hide file tree
Showing 10 changed files with 1,504 additions and 1,593 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
minSdkVersion = 28
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.0.12077973"
cmakeVersion = "3.22.1"
ndkVersion = "27.1.12297006"
cmakeVersion = "3.30.3"
javaVersion = JavaVersion.VERSION_17
kotlinVersion = "2.0.20"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require Pod::Executable.execute_command('node', ['-p',
{paths: [process.argv[1]]},
)', __dir__]).strip

platform :ios, '15.0'
platform :ios, '15.5'
prepare_react_native_project!

linkage = ENV['USE_FRAMEWORKS']
Expand Down
Loading

0 comments on commit 4bd84df

Please sign in to comment.