Forgot to commit most of the files...

This commit is contained in:
Bradlee Speice 2014-06-14 18:07:18 -04:00
parent 3649468e7f
commit d260f98377
3 changed files with 6 additions and 19 deletions

View File

@ -7,8 +7,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.3' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.2+'
//classpath 'me.tatarka:gradle-retrolambda:1.3.2'
} }
} }
@ -27,10 +26,11 @@ dependencies {
apt 'de.devland.esperandro:esperandro:1.1.2' apt 'de.devland.esperandro:esperandro:1.1.2'
// compile 'com.f2prateek.dart:dart:1.1.0' // compile 'com.f2prateek.dart:dart:1.1.0'
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3' compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
// compile 'de.greenrobot:eventbus:2.2.0'
compile 'com.netflix.rxjava:rxjava-android:0.19.0' compile 'com.netflix.rxjava:rxjava-android:0.19.0'
// Handled by appcompat // Handled by appcompat
// compile 'com.google.android:support-v4:r7' // compile 'com.google.android:support-v4:r7'
// And our unit testing needs some specific stuff (and specific stuff included again) // And our unit testing needs some specific stuff (and specific stuff included again)
androidTestCompile 'junit:junit:4.11+' androidTestCompile 'junit:junit:4.11+'
androidTestCompile 'com.jayway.awaitility:awaitility:1.6.0' androidTestCompile 'com.jayway.awaitility:awaitility:1.6.0'
@ -39,7 +39,7 @@ dependencies {
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion '19.1.0' buildToolsVersion '19.0.3'
sourceSets { sourceSets {
main { main {
manifest.srcFile 'AndroidManifest.xml' manifest.srcFile 'AndroidManifest.xml'
@ -75,17 +75,4 @@ android {
lintOptions { lintOptions {
abortOnError false abortOnError false
} }
/*
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
*/
defaultConfig {}
productFlavors {
}
buildTypes {
}
} }

View File

@ -6,7 +6,7 @@ dependencies {
android { android {
compileSdkVersion 19 compileSdkVersion 19
buildToolsVersion "19.1.0" buildToolsVersion "19.0.3"
sourceSets { sourceSets {
main { main {

View File

@ -4,6 +4,6 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:0.11.+' classpath 'com.android.tools.build:gradle:0.9.+'
} }
} }