Skip to content

Commit 26c3f1b

Browse files
committed
chore: bump sample app to rn 0.81
1 parent a49d3a8 commit 26c3f1b

8 files changed

Lines changed: 1118 additions & 1090 deletions

File tree

examples/SampleApp/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import org.apache.tools.ant.taskdefs.condition.Os
33

44
buildscript {
55
ext {
6-
buildToolsVersion = "35.0.0"
6+
buildToolsVersion = "36.0.0"
77
minSdkVersion = 24
8-
compileSdkVersion = 35
9-
targetSdkVersion = 35
8+
compileSdkVersion = 36
9+
targetSdkVersion = 36
1010
ndkVersion = "27.1.12297006"
1111
kotlinVersion = "2.1.20"
1212
androidXCore = "1.0.2"

examples/SampleApp/android/gradle.properties

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ newArchEnabled=true
3838
# If set to false, you will be using JSC instead.
3939
hermesEnabled=true
4040

41+
# Use this property to enable edge-to-edge display support.
42+
# This allows your app to draw behind system bars for an immersive UI.
43+
# Note: Only works with ReactActivity and should not be used with custom Activity.
44+
edgeToEdgeEnabled=false
45+
4146
# disables the check for multiple instances for gesture handler
4247
# this is needed for react-native-gesture-handler to be both a devDep of core and be a dep on the expo sample app
4348
disableMultipleInstancesCheck=true

examples/SampleApp/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.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)