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 +6
-2
lines changed
src/main/java/com/algolia/search/saas Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22==========
33
4+ ## 3.7.1 (2016-12-08)
5+
6+ - Improved retry logic in case of down host
7+
48## 3.7.0 (2016-11-29)
59
610** This release includes backward-incompatible changes and requires the following updates** :
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.7.0 '
29+ PUBLISH_VERSION = ' 3.7.1 '
3030}
3131
3232android {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ private static class HostStatus {
103103 // ----------------------------------------------------------------------
104104
105105 /** This library's version. */
106- private final static String version = "3.7.0 " ;
106+ private final static String version = "3.7.1 " ;
107107
108108 // ----------------------------------------------------------------------
109109 // Fields
You can’t perform that action at this time.
0 commit comments