This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/com/algolia/search/saas Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- X.X.X (2016-01-XX )
4
+ 2.6.0 (2016-01-07 )
5
5
- Add disjunctive faceting method
6
6
7
7
2.5.1 (2016-01-07)
@@ -14,7 +14,7 @@ X.X.X (2016-01-XX)
14
14
15
15
- Added remove stop words query parameter
16
16
- Added support of similar queries
17
-
17
+
18
18
2.3.0 (2015-10-01)
19
19
20
20
- Added support of multiple bounding box for geo-search
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
26
26
ext {
27
27
PUBLISH_GROUP_ID = ' com.algolia'
28
28
PUBLISH_ARTIFACT_ID = ' algoliasearch-android'
29
- PUBLISH_VERSION = ' 2.5.1 '
29
+ PUBLISH_VERSION = ' 2.6.0 '
30
30
}
31
31
32
32
android {
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ abstract class BaseAPIClient {
62
62
private int httpConnectTimeoutMS = 2000 ;
63
63
private int httpSearchTimeoutMS = 5000 ;
64
64
65
- private final static String version = "2.5.1 " ;
65
+ private final static String version = "2.6.0 " ;
66
66
67
67
private final String applicationID ;
68
68
private final String apiKey ;
You can’t perform that action at this time.
0 commit comments