Skip to content

Commit 1cf7105

Browse files
committed
chore: re-add the runtime dependencies
1 parent 62427bc commit 1cf7105

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test-app/runtime/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@ dependencies {
199199
}
200200

201201
implementation fileTree(include: ['*.jar'], dir: 'libs')
202+
testImplementation "junit:junit:${ns_default_junit_version}"
203+
testImplementation "org.mockito:mockito-core:${ns_default_mockito_core_version}"
202204
implementation "com.google.android.material:material:$androidXMaterialVersion"
203205
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
204206
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3'
205207
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'
206-
testImplementation "junit:junit:${ns_default_junit_version}"
207-
testImplementation "org.mockito:mockito-core:${ns_default_mockito_core_version}"
208208
}
209209

210210

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define NATIVE_SCRIPT_RUNTIME_VERSION "8.4.0"
2-
#define NATIVE_SCRIPT_RUNTIME_COMMIT_SHA "no commit sha was provided by build.gradle build"
1+
#define NATIVE_SCRIPT_RUNTIME_VERSION "0.0.0.0"
2+
#define NATIVE_SCRIPT_RUNTIME_COMMIT_SHA "RUNTIME_COMMIT_SHA_PLACEHOLDER"

0 commit comments

Comments
 (0)