matomo-org / matomo-sdk-android

SDK for Android to measure your apps with Matomo. Works on Android phones, tablets, Fire TV sticks, and more!
BSD 3-Clause "New" or "Revised" License
388 stars 162 forks source link

Failed to resolve: org.piwik.sdk:piwik-sdk:1.0.1 #112

Closed thkus closed 8 years ago

thkus commented 8 years ago

Hi, i included the dependency as stated in the Documentation. However gradle seems unable to resolve the dependency. I found https://github.com/piwik/piwik-sdk-android/issues/67 which seems to be a similar Issue.

Any Idea on how to resolve this?

d4rken commented 8 years ago

In contrast to #67, the files for 1.0.1 are there though: https://jcenter.bintray.com/org/piwik/sdk/piwik-sdk/1.0.1/ https://bintray.com/darken/maven/piwik-sdk-android/1.0.1/view#files/org/piwik/sdk/piwik-sdk/1.0.1

Did you include jcenter() as repository?

thkus commented 8 years ago

Yes, that was the problem. jcenter() was not included as repository. Thank you!