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

Commit 901dcd3

Browse files
author
Bitrise Bot
committed
chore(release): Version 3.26.0 [ci skip]
1 parent 001cbfc commit 901dcd3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 3.26.0
4+
* **dependencies:** Downgrade appcompat from 28-beta01 to 27.1.1 ([#557](https://github.com/algolia/algoliasearch-client-android/issues/557)) ([001cbfc](https://github.com/algolia/algoliasearch-client-android/commit/001cbfc))
5+
36
## 3.25.0
47

58
## 3.24.0

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.25.0'
29+
PUBLISH_VERSION = '3.26.0'
3030
APPCOMPAT_VERSION = '27.1.1'
3131
BUILD_TOOLS_VERSION = '27.0.3'
3232

0 commit comments

Comments
 (0)