Skip to content

Commit

Permalink
updated gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
renard314 committed Jan 24, 2014
1 parent 1415c55 commit dbfbb06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ViewPager3D/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
classpath 'com.android.tools.build:gradle:0.7.+'
}
}
apply plugin: 'android-library'
Expand All @@ -18,7 +18,7 @@ dependencies {

android {
compileSdkVersion 19
buildToolsVersion "18.1.1"
buildToolsVersion "19.0.1"

sourceSets {
main {
Expand Down

0 comments on commit dbfbb06

Please sign in to comment.