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.22.15 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitrise Bot committed Jul 27, 2018
1 parent 0369cdc commit c3fa4c5
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.22.15
* revert modification of build.gradle symlink ([ba0311e](https://github.com/algolia/algoliasearch-client-android/commit/ba0311e))

## 3.22.14
* **fastlane:** Fix the gitcheckout on Gemfile.lock ([d5ea5eb](https://github.com/algolia/algoliasearch-client-android/commit/d5ea5eb))
* **fastlane:** Git checkout Gemfile.lock ([5ae5e52](https://github.com/algolia/algoliasearch-client-android/commit/5ae5e52))
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.22.14'
PUBLISH_VERSION = '3.22.15'
APPCOMPAT_VERSION = '28.0.0-beta01'
BUILD_TOOLS_VERSION = '27.0.3'

Expand Down

0 comments on commit c3fa4c5

Please sign in to comment.