Skip to content

Commit

Permalink
Update project files for AS 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grantland committed Jun 30, 2014
1 parent 0b1e4c1 commit 46d2a2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.11.+'
classpath 'com.android.tools.build:gradle:0.12.+'
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Mon Mar 17 10:20:18 PDT 2014
#Mon Jun 30 10:43:39 PDT 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
2 changes: 1 addition & 1 deletion library/build.gradle
@@ -1,4 +1,4 @@
apply plugin: 'android-library'
apply plugin: 'com.android.library'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
@@ -1,4 +1,4 @@
apply plugin: 'android'
apply plugin: 'com.android.application'

dependencies {
compile project (':library')
Expand Down

0 comments on commit 46d2a2f

Please sign in to comment.