Closed ubulem closed 3 years ago
@ubulem Oh, I miss publish coroutine library Now, you can download. Try again!
Sorry to bother but it still can't be downloaded :( P.S. Looks like build 3.2.1 is downloaded now but it is missing base library (which stays build 3.2.0 in my understanding)
@ubulem
Do you use jitpack()
?
You have to use mavenCentral()
repositories {
google()
mavenCentral()
}
Hi, I'm getting this error
@elo24o
Show me your build.gradle
dependencies code
You can not use implementation 'io.github.ParkSangGwon:tedpermission:3.2.1'
You have to choice below
repositories {
google()
mavenCentral()
}
dependencies {
// Normal
implementation 'io.github.ParkSangGwon:tedpermission-normal:x.y.z'
// Coroutine
implementation 'io.github.ParkSangGwon:tedpermission-coroutine:x.y.z'
// RxJava2
implementation 'io.github.ParkSangGwon:tedpermission-rx2:x.y.z'
// RxJava3
implementation 'io.github.ParkSangGwon:tedpermission-rx3:x.y.z'
}
Please read this https://github.com/ParkSangGwon/TedPermission#setup
@ted-prnd I'm using the correct implementation
sorry, what is the correct version? I'm following the repository version https://search.maven.org/artifact/io.github.ParkSangGwon/tedpermission-normal/3.2.1/aar
@elo24o Ah, do you mean build fail? I thinks gradle sync fail. I will check this problem
yep, for build action!
@elo24o try again please
@ted-prnd now has a different issue
@elo24o TT Sorry.. I will fix again
@elo24o Fixed! Use 3.2.3
@ted-prnd It's working perfectly, thank you.
I am trying to use coroutine version but Android Studio failed to download the library. Here is an error log:
Could not GET 'https://jitpack.io/io/github/ParkSangGwon/tedpermission-coroutine/3.2.0/tedpermission-coroutine-3.2.0.pom'. Received status code 401 from server: Unauthorized
Looks like it is a private repo or something on jitpack.