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

Commit 776c6fe

Browse files
committed
Version 3.20.5
1 parent 2cb4756 commit 776c6fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 3.20.5
4+
* **deploy:** post GitHub release ([4091d39](https://github.com/algolia/algoliasearch-client-android/commit/4091d39))
5+
36
## 3.20.4
47

58
## 3.20.3

algoliasearch/common.gradle

Lines changed: 1 addition & 1 deletion
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.20.4'
29+
PUBLISH_VERSION = '3.20.5'
3030
APPCOMPAT_VERSION = '26.1.0'
3131
BUILD_TOOLS_VERSION = '26.0.2'
3232

0 commit comments

Comments
 (0)