Skip to content

Commit

Permalink
Upgrading build tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevalpatel2106 committed Jul 4, 2017
1 parent ce130a9 commit b363056
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android:
components:
- platform-tools
- tools
- build-tools-25.0.2
- build-tools-25.0.3
- android-25

# Additional components
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion ringtonepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"

// This is important, it will run lint checks but won't abort build
lintOptions {
Expand Down
3 changes: 1 addition & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
apply plugin: 'com.android.application'

android {
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"
compileSdkVersion 25

// This is important, it will run lint checks but won't abort build
Expand All @@ -41,6 +41,5 @@ android {

dependencies {
compile project(':ringtonepicker')

compile 'com.android.support:appcompat-v7:25.3.1'
}

0 comments on commit b363056

Please sign in to comment.