Skip to content

Commit

Permalink
updated build tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
sephiroth74 committed Oct 26, 2014
1 parent bb216ee commit 93f2b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ dependencies {
}

android {
compileSdkVersion 19
buildToolsVersion '20.0.0'
compileSdkVersion 21
buildToolsVersion '21'

defaultConfig {
versionCode 1
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ apply plugin: 'signing'


group 'it.sephiroth.android.library.imagezoom'
version '2.1.0'
version '2.1.1'


dependencies {
compile 'com.nineoldandroids:library:2.4.0'
}

android {
compileSdkVersion 19
buildToolsVersion "20.0.0"
compileSdkVersion 21
buildToolsVersion "21"

defaultConfig {
versionCode 1
Expand Down

0 comments on commit 93f2b88

Please sign in to comment.