File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ allprojects {
1818 jcenter()
1919 maven {
2020 url " https://jitpack.io"
21- credentials { username authToken }
2221 }
2322 }
2423}
Original file line number Diff line number Diff line change @@ -16,6 +16,4 @@ org.gradle.jvmargs=-Xmx2048m
1616# https://developer.android.com/topic/libraries/support-library/androidx-rn
1717android.useAndroidX =true
1818# Automatically convert third-party libraries to use AndroidX
19- android.enableJetifier =true
20- # Jitpack.io authToken for accessing PRIVATE GitHub repo to build co.optable.android_sdk depend:
21- authToken =jp_usu041v753rg6asheri00bjihl
19+ android.enableJetifier =true
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ allprojects {
2020 jcenter()
2121 maven {
2222 url " https://jitpack.io"
23- credentials { username authToken }
2423 }
2524 }
2625}
Original file line number Diff line number Diff line change @@ -18,6 +18,4 @@ android.useAndroidX=true
1818# Automatically convert third-party libraries to use AndroidX
1919android.enableJetifier =true
2020# 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_usu041v753rg6asheri00bjihl
21+ kotlin.code.style =official
Original file line number Diff line number Diff line change @@ -30,19 +30,12 @@ allprojects {
3030 .. .
3131 maven {
3232 url ' https://jitpack.io'
33- credentials { username authToken }
3433 }
3534 }
3635}
3736```
3837
39- In order to allow [ JitPack] ( https://jitpack.io/ ) to access this private GitHub repository, add the following authToken to your ` gradle.properties ` :
40-
41- ```
42- authToken=jp_usu041v753rg6asheri00bjihl
43- ```
44-
45- Finally, add the dependency to the SDK in your app ` build.gradle ` :
38+ Then add the dependency to the SDK in your app ` build.gradle ` :
4639
4740``` kotlin
4841dependencies {
You can’t perform that action at this time.
0 commit comments