Skip to content

Commit faa7b6b

Browse files
committed
update dependencies in library package.json, update gradle, uncomment syncArchs task, bump react-native-gesture-handler
1 parent 1c89095 commit faa7b6b

20 files changed

+4582
-1461
lines changed

Example/android/app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ dependencies {
139139

140140
apply plugin: 'com.github.node-gradle.node'
141141

142-
//task syncArchs(type: NodeTask) {
143-
// group = 'Build'
144-
// description = 'Run sync beetwen Paper and Fabric arch'
145-
// yarn_install
146-
// script = file('../../../scripts/codegen-sync-archs.js')
147-
//}
148-
//
149-
//tasks['preBuild'].dependsOn(syncArchs)
142+
task syncArchs(type: NodeTask) {
143+
group = 'Build'
144+
description = 'Run sync beetwen Paper and Fabric arch'
145+
yarn_install
146+
script = file('../../../scripts/codegen-sync-archs.js')
147+
}
148+
149+
tasks['preBuild'].dependsOn(syncArchs)

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"nanoid": "^4.0.2",
2828
"react": "19.0.0",
2929
"react-native": "0.78.0",
30-
"react-native-gesture-handler": "^2.22.0",
30+
"react-native-gesture-handler": "^2.24.0",
3131
"react-native-reanimated": "^3.17.0",
3232
"react-native-restart": "^0.0.27",
3333
"react-native-safe-area-context": "5.2.0",

Example/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4458,7 +4458,7 @@ __metadata:
44584458
react: "npm:19.0.0"
44594459
react-native: "npm:0.78.0"
44604460
react-native-codegen: "npm:^0.71.3"
4461-
react-native-gesture-handler: "npm:^2.22.0"
4461+
react-native-gesture-handler: "npm:^2.24.0"
44624462
react-native-reanimated: "npm:^3.17.0"
44634463
react-native-restart: "npm:^0.0.27"
44644464
react-native-safe-area-context: "npm:5.2.0"
@@ -10986,7 +10986,7 @@ __metadata:
1098610986
languageName: node
1098710987
linkType: hard
1098810988

10989-
"react-native-gesture-handler@npm:^2.22.0":
10989+
"react-native-gesture-handler@npm:^2.24.0":
1099010990
version: 2.24.0
1099110991
resolution: "react-native-gesture-handler@npm:2.24.0"
1099210992
dependencies:

FabricExample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"nanoid": "^4.0.2",
2323
"react": "19.0.0",
2424
"react-native": "0.78.0",
25-
"react-native-gesture-handler": "^2.22.0",
25+
"react-native-gesture-handler": "^2.24.0",
2626
"react-native-reanimated": "^3.17.0",
2727
"react-native-restart": "^0.0.27",
2828
"react-native-safe-area-context": "5.2.0",

FabricExample/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3664,7 +3664,7 @@ __metadata:
36643664
prettier: "npm:2.8.8"
36653665
react: "npm:19.0.0"
36663666
react-native: "npm:0.78.0"
3667-
react-native-gesture-handler: "npm:^2.22.0"
3667+
react-native-gesture-handler: "npm:^2.24.0"
36683668
react-native-reanimated: "npm:^3.17.0"
36693669
react-native-restart: "npm:^0.0.27"
36703670
react-native-safe-area-context: "npm:5.2.0"
@@ -8845,7 +8845,7 @@ __metadata:
88458845
languageName: node
88468846
linkType: hard
88478847

8848-
"react-native-gesture-handler@npm:^2.22.0":
8848+
"react-native-gesture-handler@npm:^2.24.0":
88498849
version: 2.24.0
88508850
resolution: "react-native-gesture-handler@npm:2.24.0"
88518851
dependencies:

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
mavenCentral()
1717
}
1818
dependencies {
19-
classpath('com.android.tools.build:gradle:4.2.2')
19+
classpath('com.android.tools.build:gradle:8.2.1')
2020
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${safeExtGet('kotlinVersion', rnsDefaultKotlinVersion)}"
2121
classpath "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
2222
}
-8.6 KB
Binary file not shown.

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
36
zipStoreBase=GRADLE_USER_HOME
47
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip

0 commit comments

Comments
 (0)