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 e3f1f0e commit d5dea47
Show file tree
Hide file tree
Showing 2 changed files with 5 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.1.2
> Current stable version: 2.1.3
> 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.2'
implementation 'com.github.visenze:visearch-sdk-android:2.1.3'
```

### 1.3 Add User Permissions
Expand Down
5 changes: 3 additions & 2 deletions visearch-android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
plugins {
id 'com.android.library'
id 'maven-publish'
}

def versionMajor = 2
def versionMinor = 1
def versionPatch = 2
version = '2.1.2'
def versionPatch = 3
version = '2.1.3'

android {
compileSdkVersion 29
Expand Down

0 comments on commit d5dea47

Please sign in to comment.