Skip to content

Commit

Permalink
upgrade subtrees to latest android tools
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Aug 26, 2015
1 parent bdf0f76 commit 3f7b123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WordPressAnalytics/build.gradle
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.android.tools.build:gradle:1.3.1'
}
}

Expand All @@ -24,8 +24,8 @@ dependencies {
android {
publishNonDefault true

compileSdkVersion 22
buildToolsVersion '22.0.1'
compileSdkVersion 23
buildToolsVersion '23.0.0'

defaultConfig {
versionName "1.0.0"
Expand Down

0 comments on commit 3f7b123

Please sign in to comment.