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

Commit 15cdf15

Browse files
committed
chore(gradle): revert compile/target to 27 (needed until appcompat upgrades)
1 parent 24c8bfc commit 15cdf15

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
@@ -35,11 +35,11 @@ ext {
3535
}
3636

3737
android {
38-
compileSdkVersion 28
38+
compileSdkVersion 27
3939
buildToolsVersion BUILD_TOOLS_VERSION
4040
defaultConfig {
4141
minSdkVersion 14
42-
targetSdkVersion 28
42+
targetSdkVersion 27
4343
versionCode 1
4444
versionName PUBLISH_VERSION
4545
}

0 commit comments

Comments
 (0)