We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 132f6f3 commit 5b3cb2cCopy full SHA for 5b3cb2c
1 file changed
README.md
@@ -43,10 +43,14 @@ allprojects {
43
Create `github.properties` file in your project at root level and add two properties (make github personal access token)
44
45
```properties
46
-gpr.usr=yourusername
+gpr.usr=yourgithubusername
47
gpr.key=yourgithubpersonalaccesstoken
48
```
49
50
+Or you could also set "GPR_USER" (your github username) or "GPR_API_KEY" (your github personal access token) as environment variables
51
+This would be very easy and you don't need to worry about checking out this file in git.
52
+
53
54
#### Step 3 : Add The Dependency
55
56
```kotlin
0 commit comments