Skip to content

Commit

Permalink
Merge pull request #51 from IgorGanapolsky/master
Browse files Browse the repository at this point in the history
Update gradle tools version.
  • Loading branch information
frankiesardo committed Dec 10, 2015
2 parents ada6866 + a10ad67 commit f7bb303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/app/build.gradle
Expand Up @@ -8,7 +8,7 @@ dependencies {

android {
compileSdkVersion 22
buildToolsVersion "22.0.0"
buildToolsVersion "22.0.1"

defaultConfig {
minSdkVersion 14
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Expand Up @@ -4,7 +4,7 @@ subprojects {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.1'
classpath 'com.android.tools.build:gradle:1.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion sample/lib/build.gradle
Expand Up @@ -7,7 +7,7 @@ dependencies {

android {
compileSdkVersion 22
buildToolsVersion "22.0.0"
buildToolsVersion "22.0.1"

defaultConfig {
minSdkVersion 14
Expand Down

0 comments on commit f7bb303

Please sign in to comment.