Skip to content

Commit

Permalink
Merge pull request #106 from visenze/feature/multisearch
Browse files Browse the repository at this point in the history
[ES-10148] fix typo
  • Loading branch information
thehung111 authored Jul 8, 2024
2 parents 1336b62 + e068da6 commit 1af91d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = 4
def versionPatch = 0
version = '2.4.0'
def versionPatch = 1
version = '2.4.1'

android {
compileSdkVersion 29
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ProductSearchByImageParams extends BaseProductSearchParams {
@SerializedName("detection_sensitivity")
private String detectionSensitivity;

@SerializedName("search_all_object")
@SerializedName("search_all_objects")
private Boolean searchAllObjects;

// internal serialization
Expand Down

0 comments on commit 1af91d2

Please sign in to comment.