Skip to content

Commit 5c4ca04

Browse files
Update README.md
1 parent dc83871 commit 5c4ca04

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -272,22 +272,6 @@ Finally, install it at the application create,
272272
Snippet.install(new FileExecutionContext());
273273
}
274274

275-
## Downloads
276-
Add it in your root build.gradle at the end of repositories:
277-
```css
278-
allprojects {
279-
repositories {
280-
...
281-
maven { url 'https://jitpack.io' }
282-
}
283-
}
284-
```
285-
Add the dependency to your project and replace tag with the release tag in the git repository
286-
```css
287-
dependencies {
288-
implementation 'com.github.microsoft:snippet-timekeeper:Tag'
289-
}
290-
```
291275
Cheers,
292276

293277
## Contributing
@@ -321,3 +305,21 @@ trademarks or logos is subject to and must follow
321305
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion
322306
or imply Microsoft sponsorship.
323307
Any use of third-party trademarks or logos are subject to those third-party's policies.
308+
309+
310+
## Downloads
311+
Add it in your root build.gradle at the end of repositories:
312+
```css
313+
allprojects {
314+
repositories {
315+
...
316+
maven { url 'https://jitpack.io' }
317+
}
318+
}
319+
```
320+
Add the dependency to your project and replace tag with the release tag in the git repository
321+
```css
322+
dependencies {
323+
implementation 'com.github.microsoft:snippet-timekeeper:Tag'
324+
}
325+
```

0 commit comments

Comments
 (0)