Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rubikzube committed Sep 24, 2021
1 parent 4e2d0d1 commit 067174f
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Full API documentation is available on [Github Pages](https://constructor-io.git

## 1. Install

Please follow the directions at [Jitpack.io](https://jitpack.io/#Constructor-io/constructorio-client-android/v2.9.0) to add the client to your project.
Please follow the directions at [Jitpack.io](https://jitpack.io/#Constructor-io/constructorio-client-android/v2.9.1) to add the client to your project.

## 2. Retrieve an API key

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
multiDexEnabled true
testInstrumentationRunner "${applicationId}.runner.RxAndroidJUnitRunner"
versionCode 1
versionName '2.9.0'
versionName '2.9.1'
buildConfigField("String", "CLIENT_VERSION", "\"cioand-${versionName}\"")
buildConfigField("String", "DEFAULT_ITEM_SECTION", "\"Products\"")
buildConfigField("String", "SERVICE_URL", "\"ac.cnstrc.com\"")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ConstructorIoAutocompleteTest {
suggestions?.isNotEmpty()!! && suggestions.size == 5
}
val request = mockServer.takeRequest()
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
assert(request.path.startsWith(path))
}

Expand All @@ -78,7 +78,7 @@ class ConstructorIoAutocompleteTest {
suggestions?.isNotEmpty()!! && suggestions.size == 5
}
val request = mockServer.takeRequest()
val path = "/autocomplete/titanic?filters%5BstoreLocation%5D=CA&key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
val path = "/autocomplete/titanic?filters%5BstoreLocation%5D=CA&key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
assert(request.path.startsWith(path))
}

Expand All @@ -92,7 +92,7 @@ class ConstructorIoAutocompleteTest {
suggestions?.isNotEmpty()!! && suggestions.size == 5
}
val request = mockServer.takeRequest()
val path = "/autocomplete/titanic?filters%5Bgroup_id%5D=101&key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
val path = "/autocomplete/titanic?filters%5Bgroup_id%5D=101&key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
assert(request.path.startsWith(path))
}

Expand All @@ -105,7 +105,7 @@ class ConstructorIoAutocompleteTest {
it.networkError
}
val request = mockServer.takeRequest()
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
assert(request.path.startsWith(path))
}

Expand All @@ -119,7 +119,7 @@ class ConstructorIoAutocompleteTest {
it.isError
}
val request = mockServer.takeRequest()
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
assert(request.path.startsWith(path))
}

Expand All @@ -133,7 +133,7 @@ class ConstructorIoAutocompleteTest {
suggestions?.isEmpty()!!
}
val request = mockServer.takeRequest()
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
assert(request.path.startsWith(path))
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ConstructorIoRecommendationsTest {
it.get()!!.response?.resultCount == 225
}
val request = mockServer.takeRequest()
val path = "/recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
val path = "/recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
assert(request.path.startsWith(path))
}

Expand All @@ -80,7 +80,7 @@ class ConstructorIoRecommendationsTest {
it.networkError
}
val request = mockServer.takeRequest()
val path = "/recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
val path = "/recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
assert(request.path.startsWith(path))
}

Expand All @@ -94,7 +94,7 @@ class ConstructorIoRecommendationsTest {
it.isError
}
val request = mockServer.takeRequest()
val path = "/recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
val path = "/recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
assert(request.path.startsWith(path))
}

Expand All @@ -108,7 +108,7 @@ class ConstructorIoRecommendationsTest {
it.get()!!.response?.resultCount == 0
}
val request = mockServer.takeRequest()
val path = "/recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
val path = "/recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
assert(request.path.startsWith(path))
}
}
Loading

0 comments on commit 067174f

Please sign in to comment.