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 {
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
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