Skip to content

Commit

Permalink
Use sdk 35 in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Oct 23, 2024
1 parent 2ffb066 commit c0803ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
// React Native 0.74+ needs minSdkVersion 23+
// supportsPictureInPicture and networkSecurityConfig need minSdkVersion 24+
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "26.1.10909125"
castFrameworkVersion = "21.4.0"
kotlinVersion = "1.9.22"
Expand Down

0 comments on commit c0803ae

Please sign in to comment.