Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thehung111 committed Apr 12, 2023
1 parent eb7993f commit fabc98d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.3.0
> Current stable version: 2.3.1
> Minimum Android SDK Version: API 9, Android 2.3
Expand Down Expand Up @@ -65,7 +65,7 @@ include the dependency in your project using gradle. Please change the version t

```gradle
implementation 'com.github.visenze:visenze-tracking-android:0.2.3'
implementation 'com.github.visenze:visearch-sdk-android:2.3.0'
implementation 'com.github.visenze:visearch-sdk-android:2.3.1'
```

### 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.3.0
>Current stable version: 2.3.1
>Minimum Android SDK Version: API 9, Android 2.3
Expand Down Expand Up @@ -81,7 +81,7 @@ include the dependency in your project using gradle. Please change the version t

```gradle
implementation 'com.github.visenze:visenze-tracking-android:0.2.3'
implementation 'com.github.visenze:visearch-sdk-android:2.3.0'
implementation 'com.github.visenze:visearch-sdk-android:2.3.1'
```

### 1.3 Add User Permissions
Expand Down
4 changes: 2 additions & 2 deletions visearch-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {

def versionMajor = 2
def versionMinor = 3
def versionPatch = 0
version = '2.3.0'
def versionPatch = 1
version = '2.3.1'

android {
compileSdkVersion 29
Expand Down

0 comments on commit fabc98d

Please sign in to comment.