Skip to content

Commit

Permalink
Updated gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
DHuckaby committed Sep 13, 2014
1 parent 07740a1 commit f9d7296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ buildscript {
}

dependencies {
classpath "com.android.tools.build:gradle:0.8.+"
classpath "com.android.tools.build:gradle:0.12.2"
}
}

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

repositories {
maven { url "https://raw.github.com/DHuckaby/commons/mvn-repo" }
Expand Down

0 comments on commit f9d7296

Please sign in to comment.