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

Commit 001cbfc

Browse files
authored
fix(dependencies): Downgrade appcompat from 28-beta01 to 27.1.1 (#557)
1 parent 9c370ac commit 001cbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/common.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ext {
2727
PUBLISH_GROUP_ID = rootProject.properties["PUBLISH_GROUP_ID"] ?: "com.algolia"
2828
// NOTE: This is the official version number used during publication.
2929
PUBLISH_VERSION = '3.25.0'
30-
APPCOMPAT_VERSION = '28.0.0-beta01'
30+
APPCOMPAT_VERSION = '27.1.1'
3131
BUILD_TOOLS_VERSION = '27.0.3'
3232

3333
nexus_username = System.getenv("NEXUS_USERNAME")

0 commit comments

Comments
 (0)