Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* <p>This source code is licensed under the MIT license found in the LICENSE file in the root
* directory of this source tree.
*/
package com.reactnativeonnxruntimemodule;
Comment thread
jchen351 marked this conversation as resolved.
package com.example.reactnativeonnxruntimemodule;
Comment thread
jchen351 marked this conversation as resolved.

import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
Expand Down
2 changes: 1 addition & 1 deletion js/react_native/e2e/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath('com.android.tools.build:gradle:7.2.1')
classpath('com.android.tools.build:gradle:7.4.2')
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.facebook.react:react-native-gradle-plugin")

Expand Down
2 changes: 1 addition & 1 deletion js/react_native/e2e/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

android.useAndroidX=true
android.enableJetifier=true
FLIPPER_VERSION=0.125.0
FLIPPER_VERSION=0.182.0
org.gradle.jvmargs=-Xmx4096M

# Use this property to enable or disable the Hermes JS engine.
Expand Down
Binary file modified js/react_native/e2e/android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=db9c8211ed63f61f60292c69e80d89196f9eb36665e369e7f00ac4cc841c2219
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
269 changes: 164 additions & 105 deletions js/react_native/e2e/android/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading