Skip to content

Commit

Permalink
Update for Android Studio 1.0 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schürmann committed Dec 4, 2014
1 parent 000fa65 commit ca46b42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'com.android.tools.build:gradle:1.0.0-rc3'
}
}

task wrapper(type: Wrapper) {
gradleVersion = '1.10'
gradleVersion = '2.2.1'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jul 16 10:47:37 EDT 2014
#Thu Dec 04 18:50:40 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.10-bin.zip
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repositories {
mavenCentral()
}

apply plugin: 'android-library'
apply plugin: 'com.android.library'

android {
compileSdkVersion 19
Expand Down

0 comments on commit ca46b42

Please sign in to comment.