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

Commit 3bd2533

Browse files
author
Clément Le Provost
committed
Upgrade to Build tools 24.0.3
1 parent 54e52b4 commit 3bd2533

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

algoliasearch/common.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ ext {
3030
}
3131

3232
android {
33-
compileSdkVersion 21
34-
buildToolsVersion '21.1.2'
33+
compileSdkVersion 24
34+
buildToolsVersion '24.0.3'
3535
defaultConfig {
36-
minSdkVersion 7
37-
targetSdkVersion 21
36+
minSdkVersion 9
37+
targetSdkVersion 24
3838
versionCode 1
3939
versionName PUBLISH_VERSION
4040
}
@@ -73,7 +73,7 @@ repositories {
7373
}
7474

7575
dependencies {
76-
compile 'com.android.support:appcompat-v7:21.0.3'
76+
compile 'com.android.support:appcompat-v7:24.2.1'
7777
compile fileTree(include: ['*.jar'], dir: 'libs')
7878

7979
testCompile "junit:junit:4.12"
@@ -86,7 +86,7 @@ dependencies {
8686
testCompile "org.powermock:powermock-classloading-xstream:1.6.1"
8787
testCompile "org.powermock:powermock-api-mockito:1.6.1"
8888

89-
javadoc 'com.android.support:support-annotations:22.2.0'
89+
javadoc 'com.android.support:support-annotations:24.2.1'
9090
}
9191

9292
// Javadoc

0 commit comments

Comments
 (0)