Algolia is a hosted, API-first platform used to build world-class search & discovery experiences.
Start building quickly using libraries for every major language and framework. Scale your solution with a platform that serves over 85 billion queries for more than 13k customers every month.
1// Gradle2dependencies {3// [...]4 implementation 'com.algolia:algoliasearch-android:3.+'
5// This will automatically update to the latest v3 release when you build your project6}