Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
thehung111 committed Dec 5, 2022
1 parent 97f596d commit 7c5d8b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/ProductSearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.5
> Current stable version: 2.2.6
> Minimum Android SDK Version: API 9, Android 2.3
Expand Down Expand Up @@ -64,7 +64,7 @@ allprojects {
include the dependency in your project using gradle:
```gradle
implementation 'com.github.visenze:visenze-tracking-android:0.2.2'
implementation 'com.github.visenze:visearch-sdk-android:2.2.5'
implementation 'com.github.visenze:visearch-sdk-android:2.2.6'
```

### 1.3 Add User Permissions
Expand Down
4 changes: 2 additions & 2 deletions doc/ViSearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ViSearch is an API that provides accurate, reliable and scalable image search. V

The ViSearch Android SDK is an open source software to provide easy integration of ViSearch Search API with your Android mobile applications. It provides three search methods based on the ViSearch Search API - pre-indexed search, color search and upload search. For source code and references, please visit the [Github Repository](https://github.com/visenze/visearch-sdk-android).

>Current stable version: 2.2.5
>Current stable version: 2.2.6
>Minimum Android SDK Version: API 9, Android 2.3
Expand Down Expand Up @@ -80,7 +80,7 @@ allprojects {
include the dependency in your project using gradle:
```gradle
implementation 'com.github.visenze:visenze-tracking-android:0.2.2'
implementation 'com.github.visenze:visearch-sdk-android:2.2.5'
implementation 'com.github.visenze:visearch-sdk-android:2.2.6'
```

### 1.3 Add User Permissions
Expand Down

0 comments on commit 7c5d8b3

Please sign in to comment.