Skip to content

Commit

Permalink
update version again
Browse files Browse the repository at this point in the history
  • Loading branch information
swVisenze committed Feb 8, 2022
1 parent 9ac91f2 commit b1ba353
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.3
> Current stable version: 2.1.4
> 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.1'
implementation 'com.github.visenze:visearch-sdk-android:2.1.3'
implementation 'com.github.visenze:visearch-sdk-android:2.1.4'
```

### 1.3 Add User Permissions
Expand Down
2 changes: 1 addition & 1 deletion visearch-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
def versionMajor = 2
def versionMinor = 1
def versionPatch = 3
version = '2.1.3'
version = '2.1.4'

android {
compileSdkVersion 29
Expand Down

0 comments on commit b1ba353

Please sign in to comment.