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

Commit a9c9f4e

Browse files
committed
chore: Update AppCompat 26.1.0
1 parent 3114474 commit a9c9f4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algoliasearch/common.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ 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.14.0'
30-
APPCOMPAT_VERSION = '25.3.0'
30+
APPCOMPAT_VERSION = '26.1.0'
3131
BUILD_TOOLS_VERSION = '26.0.2'
3232
}
3333

3434
android {
3535
compileSdkVersion 26
3636
buildToolsVersion BUILD_TOOLS_VERSION
3737
defaultConfig {
38-
minSdkVersion 10
38+
minSdkVersion 14
3939
targetSdkVersion 26
4040
versionCode 1
4141
versionName PUBLISH_VERSION

0 commit comments

Comments
 (0)