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

Commit c258bbf

Browse files
committed
Build: Follow AppCompat in moving minSdkVersion to 10
1 parent 572ee32 commit c258bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
compileSdkVersion 24
3434
buildToolsVersion "24.0.1"
3535
defaultConfig {
36-
minSdkVersion 7
36+
minSdkVersion 10
3737
targetSdkVersion 24
3838
versionCode 1
3939
versionName PUBLISH_VERSION

0 commit comments

Comments
 (0)