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

Commit

Permalink
chore(release): Version 3.26.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitrise Bot committed Aug 23, 2018
1 parent c5dc4ec commit 24c8bfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.26.1
* **core:** upgrade to offline core 1.2.2 ([c5dc4ec](https://github.com/algolia/algoliasearch-client-android/commit/c5dc4ec))

## 3.26.0
* **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))

Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = rootProject.properties["PUBLISH_GROUP_ID"] ?: "com.algolia"
// NOTE: This is the official version number used during publication.
PUBLISH_VERSION = '3.26.0'
PUBLISH_VERSION = '3.26.1'
APPCOMPAT_VERSION = '27.1.1'
BUILD_TOOLS_VERSION = '27.0.3'

Expand Down

0 comments on commit 24c8bfc

Please sign in to comment.