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

Commit bab7e95

Browse files
committed
Chore: Release v3.24.0 [ci skip]
1 parent c3fa4c5 commit bab7e95

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 3.24.0
4+
5+
**Dummy release to fix issue of release v3.22.3 being distributed as v3.23.3 **
6+
37
## 3.22.15
48
* revert modification of build.gradle symlink ([ba0311e](https://github.com/algolia/algoliasearch-client-android/commit/ba0311e))
59

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.22.15'
29+
PUBLISH_VERSION = '3.24.0'
3030
APPCOMPAT_VERSION = '28.0.0-beta01'
3131
BUILD_TOOLS_VERSION = '27.0.3'
3232

0 commit comments

Comments
 (0)