Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 1e36a8d

Browse files
committed
Version 3.2.2
1 parent dc5986a commit 1e36a8d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
## 3.2.2 (2016-06-06)
5+
6+
- Better resource handling: close client streams and connection when appropriate
7+
- Remove any dependency to Apache HTTP cliuent
8+
- Update documentation: detailed needed ACLs for offline mode
9+
410
## 3.2.1 (2016-05-31)
511

612
- Fix erroneous archive: remove extraneous `android.support.v7.appcompat.R` class (fixes #88)

algoliasearch/common.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
2626
ext {
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.2.1'
29+
PUBLISH_VERSION = '3.2.2'
3030
}
3131

3232
android {

algoliasearch/src/main/java/com/algolia/search/saas/Client.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
* </p>
6464
*/
6565
public class Client {
66-
private final static String version = "3.2.1";
66+
private final static String version = "3.2.2";
6767

6868
protected String userAgent = "Algolia for Android " + version;
6969

0 commit comments

Comments
 (0)