File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,12 +199,12 @@ dependencies {
199
199
}
200
200
201
201
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} "
202
204
implementation " com.google.android.material:material:$androidXMaterialVersion "
203
205
implementation " androidx.appcompat:appcompat:$androidXAppCompatVersion "
204
206
implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3'
205
207
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} "
208
208
}
209
209
210
210
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments