This repository was archived by the owner on Jan 31, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
39## 3.20.11
410
511## 3.20.10
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
2626ext {
2727 PUBLISH_GROUP_ID = rootProject. properties[" PUBLISH_GROUP_ID" ] ?: " com.algolia"
2828 // NOTE: This is the official version number used during publication.
29- PUBLISH_VERSION = ' 3.20 .11'
29+ PUBLISH_VERSION = ' 3.21 .11'
3030 APPCOMPAT_VERSION = ' 26.1.0'
3131 BUILD_TOOLS_VERSION = ' 27.0.3'
3232
You can’t perform that action at this time.
0 commit comments