Skip to content

Commit

Permalink
Update access token for jitpack priv repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bmilekic committed Oct 7, 2020
1 parent d0f9572 commit 64be340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DemoApp/DemoAppKotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Jitpack.io authToken for accessing PRIVATE GitHub repo to build co.optable.android_sdk depend:
authToken=jp_u0bjd3a5p9uc4ujsb74ja4bvur
authToken=jp_usu041v753rg6asheri00bjihl
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ allprojects {
In order to allow [JitPack](https://jitpack.io/) to access this private GitHub repository, add the following authToken to your `gradle.properties`:

```
authToken=jp_u0bjd3a5p9uc4ujsb74ja4bvur
authToken=jp_usu041v753rg6asheri00bjihl
```

Finally, add the dependency to the SDK in your app `build.gradle`:
Expand Down

0 comments on commit 64be340

Please sign in to comment.