File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
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 }
You can’t perform that action at this time.
0 commit comments