diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-10-14 18:41:13 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-10-14 18:41:13 +0200 |
commit | 1995a18a21002a578d2ca22ddcbef8ffe5d3c686 (patch) | |
tree | 0f269813c7f965881100f1d1bd2638a03d98090d /app | |
parent | 189eb6acf1d862cee84188867c5a6ea2398c31d6 (diff) | |
download | AntennaPod-1995a18a21002a578d2ca22ddcbef8ffe5d3c686.zip |
Updated build files
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/app/build.gradle b/app/build.gradle index 2e4b1da7d..a28f77985 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,11 +1,3 @@ -buildscript { - repositories { - mavenCentral() - } - dependencies { - classpath 'com.android.tools.build:gradle:0.12.2' - } -} apply plugin: 'com.android.application' repositories { @@ -105,8 +97,4 @@ android { sourceCompatibility JavaVersion.VERSION_1_7 targetCompatibility JavaVersion.VERSION_1_7 } -} - -task wrapper(type: Wrapper) { - gradleVersion = '1.12' -} +}
\ No newline at end of file |