summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2014-10-14 18:41:13 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2014-10-14 18:41:13 +0200
commit1995a18a21002a578d2ca22ddcbef8ffe5d3c686 (patch)
tree0f269813c7f965881100f1d1bd2638a03d98090d /app
parent189eb6acf1d862cee84188867c5a6ea2398c31d6 (diff)
downloadAntennaPod-1995a18a21002a578d2ca22ddcbef8ffe5d3c686.zip
Updated build files
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle14
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