Could not find any version that matches com.algolia:algoliasearch-android:3.+.
paulokhouri opened this issue · 2 comments
paulokhouri commented
I inserted the lib like was in site:
compile 'com.algolia:algoliasearch-android:3.+@aar'
But I got this error:
Error:Could not find any version that matches com.algolia:algoliasearch-android:3.+.
<a href="searchInBuildFiles">Search in build.gradle files</a>
What is the real path to compile it?
PLNech commented
Hi @paulokhouri, thank you for reporting this issue.
The documentation you mentioned is outdated, you should use this instead:
compile 'com.algolia:algoliasearch-android:3.5'
I will update the documentation accordingly!
paulokhouri commented
Thanx!!