Skip to content

Commit

Permalink
Merge pull request #12 from xfumihiro/master
Browse files Browse the repository at this point in the history
Update SDK build tools to API 23
  • Loading branch information
pedrovgs committed Sep 14, 2015
2 parents 31a686d + da7c735 commit 1dadd27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: android

android:
components:
- build-tools-21.0.2
- android-21
- build-tools-23.0.1
- android-23
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
Expand Down
12 changes: 6 additions & 6 deletions app/build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.1'
classpath 'com.android.tools.build:gradle:1.3.0'
}
}
apply plugin: 'com.android.application'
Expand All @@ -15,12 +15,12 @@ repositories {
}

android {
compileSdkVersion 21
buildToolsVersion "21.0.2"
compileSdkVersion 23
buildToolsVersion "23.0.1"

defaultConfig {
minSdkVersion 8
targetSdkVersion 21
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
Expand All @@ -37,8 +37,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.+'
compile 'com.android.support:support-v4:21.+'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:support-v4:23.0.1'
compile 'javax.inject:javax.inject:1@jar'
provided 'com.squareup.dagger:dagger-compiler:1.2.+'
compile 'com.squareup.dagger:dagger:1.2.+'
Expand Down

0 comments on commit 1dadd27

Please sign in to comment.