Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Docker image update (#867)
Browse files Browse the repository at this point in the history
* update

* buildtools and gradle bump
  • Loading branch information
Langston Smith authored Sep 26, 2018
1 parent cdbdb2d commit 155da74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ workflows:
jobs:
primary:
docker:
- image: mbgl/feb0443038:android-ndk-r17
- image: mbgl/61abee1674:android-ndk-r18
working_directory: ~/code
environment:
JVM_OPTS: -Xmx3200m
Expand Down
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ext {
minWearSdkVersion: 23,
targetSdkVersion : 27,
compileSdkVersion: 27,
buildToolsVersion: '27.0.3'
buildToolsVersion: '28.0.3'
]

version = [
Expand Down Expand Up @@ -51,7 +51,7 @@ ext {
pluginVersion = [
checkstyle : '8.2',
firebase : '1.1.1',
gradle : '3.1.0',
gradle : '3.2.0',
gradlePlayPublisher: '1.2.0'
]

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Apr 26 12:58:02 PDT 2018
#Tue Sep 25 11:48:26 PDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit 155da74

Please sign in to comment.