diff --git a/doc/ProductSearch.md b/doc/ProductSearch.md index 23a9bb2..7fef86b 100644 --- a/doc/ProductSearch.md +++ b/doc/ProductSearch.md @@ -6,7 +6,7 @@ With the release of ViSenze's Catalog system, ViSearch Android SDK will now incl - Aggregate search results on a product level instead of image level - Consistent data type in API response with Catalog’s schema -> Current stable version: 2.1.1 +> Current stable version: 2.1.2 > Minimum Android SDK Version: API 9, Android 2.3 @@ -64,7 +64,7 @@ allprojects { include the dependency in your project using gradle: ```gradle implementation 'com.github.visenze:visenze-tracking-android:0.2.1' -implementation 'com.github.visenze:visearch-sdk-android:2.1.1' +implementation 'com.github.visenze:visearch-sdk-android:2.1.2' ``` ### 1.3 Add User Permissions