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 a44c2cf commit d7734caCopy full SHA for d7734ca
README.md
@@ -30,6 +30,26 @@ Running in a separate process is important because when an uncaught exception is
30
## Installation
31
32
Instructions will be posted here soon!
33
+Add Jitpack repository in your root `build.gradle` file:
34
+
35
+```groovy
36
+allprojects {
37
+ repositories {
38
+ ...
39
+ maven { url 'https://jitpack.io' }
40
+ }
41
+}
42
+```
43
44
+And then add the dependency to your app:
45
46
47
+dependencies {
48
+ implementation 'com.github.haroldadmin:WhatTheStack:(latest-version)'
49
50
51
52
+[](https://jitpack.io/#haroldadmin/WhatTheStack)
53
54
## Contributing
55
0 commit comments