Iago Lourenço

Results 4 comments of Iago Lourenço

My build.gradle have this dependency, as said in the [docs](https://www.algolia.com/doc/guides/building-search-ui/installation/android/) implementation 'com.algolia:instantsearch-android:3.1.7'

UPDATE: I have sucess using `implementation 'com.algolia:algoliasearch-android:3.27.0'` But this library is old, i'll continue with it but i'll appreciate if there is a solution

UPDATE: I've tried to check jitpack to see the JAR/AAR file and found this https://jitpack.io/com/github/algolia/instantsearch-android/3.1.7/build.log It appears that the build is failing

UPDATE: I've the AAR directly from https://mvnrepository.com/artifact/com.algolia/instantsearch-android/3.1.7 And now it work's it seems that the build in jitpack aren't working