Skip to content

Commit

Permalink
Update build tools (artem-zinnatullin#184)
Browse files Browse the repository at this point in the history
androidBuildTools 23.0.2 -> 23.0.3
androidGradlePlugin 2.0.0 -> 2.1.2
  • Loading branch information
serj-lotutovici authored and artem-zinnatullin committed Jun 23, 2016
1 parent bb0faa2 commit d33d7a4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android:
- platform-tools
- tools
- android-23
- build-tools-23.0.2
- build-tools-23.0.3
- extra-android-m2repository
- extra-android-support
- sys-img-armeabi-v7a-android-18
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter "platform-tools,tools,android-23,extra-android-m2repository,extra-android-support,sys-img-armeabi-v7a-android-18"
# Build tools should be installed after "tools", uh.
- echo y | android update sdk --no-ui --all --filter "build-tools-23.0.2"
- echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3"

test:
override:
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ext.versions = [
minSdk : 16,
targetSdk : 23,
compileSdk : 23,
buildTools : '23.0.2',
buildTools : '23.0.3',

androidGradlePlugin : '2.0.0',
androidGradlePlugin : '2.1.2',
aptGradlePlugin : '1.8',
retrolambdaGradlePlugin : '3.2.5',
lombokGradlePlugin : '0.2.3.a2',
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Enlarge the gradle heap size.
org.gradle.jvmargs=-Xmx3584m -XX:MaxPermSize=1024m -Dfile.encoding=UTF-8

0 comments on commit d33d7a4

Please sign in to comment.