We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9024e commit 1e7eb55Copy full SHA for 1e7eb55
README.md
@@ -280,13 +280,13 @@ allprojects {
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
291
Cheers,
292
0 commit comments