Skip to content

Commit c1f40f5

Browse files
committed
Harden dependencies
1 parent 24f0157 commit c1f40f5

6 files changed

Lines changed: 44 additions & 2327 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"react": "18.3.1",
4646
"react-native": "0.75.5",
4747
"react-native-dotenv": "^3.4.9",
48-
"react-native-gesture-handler": "^2.15.0",
48+
"react-native-gesture-handler": "2.15.0",
4949
"react-native-gradle-plugin": "^0.71.19",
5050
"react-test-renderer": "18.3.1",
5151
"ts-jest": "^29.1.1",

sample/android/app/src/main/AndroidManifest.template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<category android:name="android.intent.category.BROWSABLE" />
3434

3535
<!-- Note: the host here will be replaced on application start -->
36-
<data android:scheme="https" android:host={{STOREFRONT_DOMAIN}} />
36+
<data android:scheme="https" android:host="{{STOREFRONT_DOMAIN}}" />
3737
</intent-filter>
3838
</activity>
3939
</application>

sample/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
buildToolsVersion = "34.0.0"
4+
buildToolsVersion = "35.0.0"
55
minSdkVersion = 23
6-
compileSdkVersion = 34
6+
compileSdkVersion = 35
77
targetSdkVersion = 34
88
ndkVersion = "26.1.10909125"
99
kotlinVersion = "1.9.25"
@@ -13,7 +13,7 @@ buildscript {
1313
mavenCentral()
1414
}
1515
dependencies {
16-
classpath("com.android.tools.build:gradle")
16+
classpath("com.android.tools.build:gradle:8.6.0")
1717
classpath("com.facebook.react:react-native-gradle-plugin")
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
1919
}

0 commit comments

Comments
 (0)