-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle issue with TiSDK 10.1.1.GA #14
Comments
Hi. From a quick search I gathered that they stoped publishing builds to jcenter (and looks like removed old). You can find details in the explayer project. For sure it has nothing to do with TiSDK. I tried to add other repo like this and was able to build the module: diff --git a/android/build.gradle b/android/build.gradle
index 68caee9..32dd518 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -3,6 +3,9 @@ def exoPlayerVersion = '2.9.6'
repositories {
google()
jcenter()
+ maven {
+ url "https://mvnrepository.com/"
+ }
}
dependencies { Let me know if it works for you. |
Thank you very much for your attention. :-) |
I couldn't make it work with "https://mvnrepository.com/" but it worked with Thank you once more. :-) |
OK, it's good to know. Let's keep it open, since there is no fix in the repo. |
Just got my issue fixed in https://github.com/HamidrezaAmz/MagicalExoPlayer and it can be used again. edit: https://github.com/m1ga/ti.exoplayer put it there already |
Hi @drauggres! This combination made the App compile again. :-D
|
Hi @drauggres,
Since I updated my TiSDK to 10.1.1.GA, I haven't been able to use Exoplayer anymore.
Do you believe it has anything to do with Google shutting jcenter down?
Thank you!
The text was updated successfully, but these errors were encountered: