Skip to content

Commit

Permalink
Fix build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schürmann committed Aug 14, 2014
1 parent 67e7577 commit 911f8dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
17 changes: 1 addition & 16 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:0.12.+'
classpath 'com.android.tools.build:gradle:0.12.2'
}
}

def isReleaseBuild() {
return version.contains("SNAPSHOT") == false
}

allprojects {
version = VERSION_NAME
group = GROUP

repositories {
mavenCentral()
}
}

apply plugin: 'android-reporting'
14 changes: 0 additions & 14 deletions gradle.properties

This file was deleted.

0 comments on commit 911f8dd

Please sign in to comment.