diff --git a/DemoApp/DemoAppKotlin/gradle.properties b/DemoApp/DemoAppKotlin/gradle.properties index b6647ec..b7fd9e6 100644 --- a/DemoApp/DemoAppKotlin/gradle.properties +++ b/DemoApp/DemoAppKotlin/gradle.properties @@ -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 \ No newline at end of file +authToken=jp_usu041v753rg6asheri00bjihl \ No newline at end of file diff --git a/README.md b/README.md index ecd7949..9e450bd 100644 --- a/README.md +++ b/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`: ``` -authToken=jp_u0bjd3a5p9uc4ujsb74ja4bvur +authToken=jp_usu041v753rg6asheri00bjihl ``` Finally, add the dependency to the SDK in your app `build.gradle`: