Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DHuckaby committed Jan 2, 2014
1 parent c70ab21 commit a290454
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 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.7.1"
classpath "com.android.tools.build:gradle:0.7.+"
}
}

apply plugin: "android"
apply plugin: "android-library"

repositories {
maven { url "https://raw.github.com/DHuckaby/commons/mvn-repo" }
Expand All @@ -23,11 +23,6 @@ android {
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
}

defaultConfig {
minSdkVersion 9
targetSdkVersion 19
}
}

dependencies {
Expand Down

0 comments on commit a290454

Please sign in to comment.