Skip to content

Commit 067174f

Browse files
committed
Version bump
1 parent 4e2d0d1 commit 067174f

File tree

9 files changed

+71
-71
lines changed

9 files changed

+71
-71
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Full API documentation is available on [Github Pages](https://constructor-io.git
88

99
## 1. Install
1010

11-
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.
11+
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.
1212

1313
## 2. Retrieve an API key
1414

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
multiDexEnabled true
3131
testInstrumentationRunner "${applicationId}.runner.RxAndroidJUnitRunner"
3232
versionCode 1
33-
versionName '2.9.0'
33+
versionName '2.9.1'
3434
buildConfigField("String", "CLIENT_VERSION", "\"cioand-${versionName}\"")
3535
buildConfigField("String", "DEFAULT_ITEM_SECTION", "\"Products\"")
3636
buildConfigField("String", "SERVICE_URL", "\"ac.cnstrc.com\"")

library/src/test/java/io/constructor/core/ConstructorIoAutocompleteTest.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ConstructorIoAutocompleteTest {
6363
suggestions?.isNotEmpty()!! && suggestions.size == 5
6464
}
6565
val request = mockServer.takeRequest()
66-
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
66+
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
6767
assert(request.path.startsWith(path))
6868
}
6969

@@ -78,7 +78,7 @@ class ConstructorIoAutocompleteTest {
7878
suggestions?.isNotEmpty()!! && suggestions.size == 5
7979
}
8080
val request = mockServer.takeRequest()
81-
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="
81+
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="
8282
assert(request.path.startsWith(path))
8383
}
8484

@@ -92,7 +92,7 @@ class ConstructorIoAutocompleteTest {
9292
suggestions?.isNotEmpty()!! && suggestions.size == 5
9393
}
9494
val request = mockServer.takeRequest()
95-
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="
95+
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="
9696
assert(request.path.startsWith(path))
9797
}
9898

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

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

@@ -133,7 +133,7 @@ class ConstructorIoAutocompleteTest {
133133
suggestions?.isEmpty()!!
134134
}
135135
val request = mockServer.takeRequest()
136-
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
136+
val path = "/autocomplete/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
137137
assert(request.path.startsWith(path))
138138
}
139139
}

library/src/test/java/io/constructor/core/ConstructorIoRecommendationsTest.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class ConstructorIoRecommendationsTest {
6767
it.get()!!.response?.resultCount == 225
6868
}
6969
val request = mockServer.takeRequest()
70-
val path = "/recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.0&_dt="
70+
val path = "/recommendations/v1/pods/titanic?key=golden-key&i=guido-the-guid&ui=player-one&s=79&c=cioand-2.9.1&_dt="
7171
assert(request.path.startsWith(path))
7272
}
7373

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

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

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

0 commit comments

Comments
 (0)