diff --git a/MinimalBible/build.gradle b/MinimalBible/build.gradle index 7df2a72..2314c4a 100644 --- a/MinimalBible/build.gradle +++ b/MinimalBible/build.gradle @@ -7,8 +7,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.neenbedankt.gradle.plugins:android-apt:1.3' - //classpath 'me.tatarka:gradle-retrolambda:1.3.2' + classpath 'com.neenbedankt.gradle.plugins:android-apt:1.2+' } } @@ -27,10 +26,11 @@ dependencies { apt 'de.devland.esperandro:esperandro:1.1.2' // compile 'com.f2prateek.dart:dart:1.1.0' compile 'com.readystatesoftware.systembartint:systembartint:1.0.3' - // compile 'de.greenrobot:eventbus:2.2.0' compile 'com.netflix.rxjava:rxjava-android:0.19.0' + // Handled by appcompat // compile 'com.google.android:support-v4:r7' + // And our unit testing needs some specific stuff (and specific stuff included again) androidTestCompile 'junit:junit:4.11+' androidTestCompile 'com.jayway.awaitility:awaitility:1.6.0' @@ -39,7 +39,7 @@ dependencies { android { compileSdkVersion 19 - buildToolsVersion '19.1.0' + buildToolsVersion '19.0.3' sourceSets { main { manifest.srcFile 'AndroidManifest.xml' @@ -75,17 +75,4 @@ android { lintOptions { abortOnError false } - - /* - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - */ - - defaultConfig {} - productFlavors { - } - buildTypes { - } } \ No newline at end of file diff --git a/appcompat_v7/build.gradle b/appcompat_v7/build.gradle index 21b91c2..2c144a5 100644 --- a/appcompat_v7/build.gradle +++ b/appcompat_v7/build.gradle @@ -6,7 +6,7 @@ dependencies { android { compileSdkVersion 19 - buildToolsVersion "19.1.0" + buildToolsVersion "19.0.3" sourceSets { main { diff --git a/build.gradle b/build.gradle index 8ebc4db..fdf10eb 100644 --- a/build.gradle +++ b/build.gradle @@ -4,6 +4,6 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:0.11.+' + classpath 'com.android.tools.build:gradle:0.9.+' } }