Skip to content

Commit 64be340

Browse files
committed
Update access token for jitpack priv repo
1 parent d0f9572 commit 64be340

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DemoApp/DemoAppKotlin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ android.enableJetifier=true
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
2222
# Jitpack.io authToken for accessing PRIVATE GitHub repo to build co.optable.android_sdk depend:
23-
authToken=jp_u0bjd3a5p9uc4ujsb74ja4bvur
23+
authToken=jp_usu041v753rg6asheri00bjihl

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
In order to allow [JitPack](https://jitpack.io/) to access this private GitHub repository, add the following authToken to your `gradle.properties`:
2424

2525
```
26-
authToken=jp_u0bjd3a5p9uc4ujsb74ja4bvur
26+
authToken=jp_usu041v753rg6asheri00bjihl
2727
```
2828

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

0 commit comments

Comments
 (0)