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

Commit 209a647

Browse files
committed
chore(build.gradle): Update build/compile/target to 26, gradle plugin 3.0.0 / wrapper 4.1
1 parent ffea1f6 commit 209a647

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

algoliasearch/common.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ ext {
2828
// NOTE: This is the official version number used during publication.
2929
PUBLISH_VERSION = '3.13.1'
3030
APPCOMPAT_VERSION = '25.3.0'
31-
BUILD_TOOLS_VERSION = '25.0.2'
31+
BUILD_TOOLS_VERSION = '26.0.2'
3232
}
3333

3434
android {
35-
compileSdkVersion 25
35+
compileSdkVersion 26
3636
buildToolsVersion BUILD_TOOLS_VERSION
3737
defaultConfig {
3838
minSdkVersion 10
39-
targetSdkVersion 25
39+
targetSdkVersion 26
4040
versionCode 1
4141
versionName PUBLISH_VERSION
4242
}

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@
2626
buildscript {
2727
repositories {
2828
jcenter()
29+
google()
2930
}
3031
dependencies {
3132
classpath 'ch.raffael.pegdown-doclet:pegdown-doclet:1.3'
32-
classpath 'com.android.tools.build:gradle:2.2.3'
33+
classpath 'com.android.tools.build:gradle:3.0.0'
3334
classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
3435

3536
// NOTE: Do not place your application dependencies here; they belong
@@ -40,6 +41,7 @@ buildscript {
4041
allprojects {
4142
repositories {
4243
jcenter()
44+
google()
4345
}
4446
}
4547

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Dec 09 15:07:31 CET 2016
1+
#Fri Nov 17 12:16:27 CET 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 commit comments

Comments
 (0)