File tree Expand file tree Collapse file tree 5 files changed +3
-16
lines changed Expand file tree Collapse file tree 5 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ allprojects {
18
18
jcenter()
19
19
maven {
20
20
url " https://jitpack.io"
21
- credentials { username authToken }
22
21
}
23
22
}
24
23
}
Original file line number Diff line number Diff line change @@ -16,6 +16,4 @@ org.gradle.jvmargs=-Xmx2048m
16
16
# https://developer.android.com/topic/libraries/support-library/androidx-rn
17
17
android.useAndroidX =true
18
18
# 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 {
20
20
jcenter()
21
21
maven {
22
22
url " https://jitpack.io"
23
- credentials { username authToken }
24
23
}
25
24
}
26
25
}
Original file line number Diff line number Diff line change @@ -18,6 +18,4 @@ android.useAndroidX=true
18
18
# Automatically convert third-party libraries to use AndroidX
19
19
android.enableJetifier =true
20
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_usu041v753rg6asheri00bjihl
21
+ kotlin.code.style =official
Original file line number Diff line number Diff line change @@ -30,19 +30,12 @@ allprojects {
30
30
.. .
31
31
maven {
32
32
url ' https://jitpack.io'
33
- credentials { username authToken }
34
33
}
35
34
}
36
35
}
37
36
```
38
37
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 ` :
46
39
47
40
``` kotlin
48
41
dependencies {
You can’t perform that action at this time.
0 commit comments