Skip to content

Commit d1d4efb

Browse files
authored
Merge pull request #1056 from StoDevX/gradle
Update Gradle and build-tools version
2 parents 37420d8 + a1ede22 commit d1d4efb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ matrix:
5050
- platform-tools
5151
- build-tools-23.0.1
5252
- build-tools-23.0.3
53-
- build-tools-25.0.0
5453
- build-tools-25.0.2
54+
- build-tools-25.0.3
5555
- android-23
5656
- android-25
5757
- extra-android-m2repository

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def enableProguardInReleaseBuilds = false
9090

9191
android {
9292
compileSdkVersion 23
93-
buildToolsVersion "25.0.2"
93+
buildToolsVersion "25.0.3"
9494

9595
defaultConfig {
9696
applicationId "com.allaboutolaf"

0 commit comments

Comments
 (0)