This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 3.21.11
4
+ * ** Index:** expose addObject(obj, requestOptions) ([ 7fe0102] ( https://github.com/algolia/algoliasearch-client-android/commit/7fe0102 ) )
5
+ * ** Query:** Accept any CharSequence ([ #543 ] ( https://github.com/algolia/algoliasearch-client-android/issues/543 ) ) ([ 1ea875b] ( https://github.com/algolia/algoliasearch-client-android/commit/1ea875b ) )
6
+ ### Features
7
+ * ** Index:** Expose sync methods ([ #544 ] ( https://github.com/algolia/algoliasearch-client-android/issues/544 ) ) ([ 59f9c5d] ( https://github.com/algolia/algoliasearch-client-android/commit/59f9c5d ) )
8
+
3
9
## 3.20.11
4
10
5
11
## 3.20.10
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 = rootProject. properties[" PUBLISH_GROUP_ID" ] ?: " com.algolia"
28
28
// NOTE: This is the official version number used during publication.
29
- PUBLISH_VERSION = ' 3.20 .11'
29
+ PUBLISH_VERSION = ' 3.21 .11'
30
30
APPCOMPAT_VERSION = ' 26.1.0'
31
31
BUILD_TOOLS_VERSION = ' 27.0.3'
32
32
You can’t perform that action at this time.
0 commit comments