File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -274,9 +274,10 @@ Snippet.addFlag(Snippet.FLAG_METADATA_LINE | Snippet.FLAG_METADATA_THREAD_INFO);
274274
275275Finally, install it at the application create,
276276
277- if(Build.DEBUG) {
277+ ``` if(Build.DEBUG) {
278278 Snippet.install(new FileExecutionContext());
279279 }
280+ ````
280281
281282Cheers,
282283
@@ -318,14 +319,14 @@ Add it in your root build.gradle at the end of repositories:
318319```css
319320allprojects {
320321 repositories {
321- ...
322- maven { url 'https ://jitpack.io' }
322+ ...
323+ maven { url 'https://jitpack.io' }
323324 }
324325}
325326```
326327Add the dependency to your project and replace tag with the release tag in the git repository
327328``` css
328329dependencies {
329- implementation 'com .github .microsoft :snippet-timekeeper:Tag'
330+ implementation 'com .github .microsoft :snippet-timekeeper:Tag'
330331}
331332```
You can’t perform that action at this time.
0 commit comments