Skip to content

Commit

Permalink
chore: re-add the runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edusperoni committed Jul 8, 2024
1 parent 62427bc commit 1cf7105
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test-app/runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,12 @@ dependencies {
}

implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation "junit:junit:${ns_default_junit_version}"
testImplementation "org.mockito:mockito-core:${ns_default_mockito_core_version}"
implementation "com.google.android.material:material:$androidXMaterialVersion"
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
testImplementation "junit:junit:${ns_default_junit_version}"
testImplementation "org.mockito:mockito-core:${ns_default_mockito_core_version}"
}


Expand Down
4 changes: 2 additions & 2 deletions test-app/runtime/src/main/cpp/Version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#define NATIVE_SCRIPT_RUNTIME_VERSION "8.4.0"
#define NATIVE_SCRIPT_RUNTIME_COMMIT_SHA "no commit sha was provided by build.gradle build"
#define NATIVE_SCRIPT_RUNTIME_VERSION "0.0.0.0"
#define NATIVE_SCRIPT_RUNTIME_COMMIT_SHA "RUNTIME_COMMIT_SHA_PLACEHOLDER"

0 comments on commit 1cf7105

Please sign in to comment.