Skip to content

Commit

Permalink
Updated build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Dec 21, 2014
1 parent 08dc922 commit f32c234
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: android
jdk: openjdk7
android:
components:
- build-tools-21.1.1
- build-tools-21.1.2
- extra-android-support
- extra-android-m2repository
- android-21
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.14.2'
classpath 'com.android.tools.build:gradle:1.0.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 21
buildToolsVersion '21.1.1'
buildToolsVersion '21.1.2'

defaultConfig {
minSdkVersion 3
Expand Down
10 changes: 1 addition & 9 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.2'
}
}
apply plugin: 'com.android.application'

repositories {
Expand All @@ -17,7 +9,7 @@ repositories {

android {
compileSdkVersion 21
buildToolsVersion '21.1.1'
buildToolsVersion '21.1.2'

defaultConfig {
minSdkVersion 3
Expand Down

0 comments on commit f32c234

Please sign in to comment.