We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f9572 commit 64be340Copy full SHA for 64be340
2 files changed
DemoApp/DemoAppKotlin/gradle.properties
@@ -20,4 +20,4 @@ android.enableJetifier=true
20
# Kotlin code style for this project: "official" or "obsolete":
21
kotlin.code.style=official
22
# Jitpack.io authToken for accessing PRIVATE GitHub repo to build co.optable.android_sdk depend:
23
-authToken=jp_u0bjd3a5p9uc4ujsb74ja4bvur
+authToken=jp_usu041v753rg6asheri00bjihl
README.md
@@ -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`:
24
25
```
26
27
28
29
Finally, add the dependency to the SDK in your app `build.gradle`:
0 commit comments