Browsing documents, now with 100% more butter!

This commit is contained in:
Bradlee Speice
2014-05-06 00:29:12 -04:00
parent 1ac2c6539e
commit 5c9e0ecba4
6 changed files with 76 additions and 65 deletions

View File

@ -21,8 +21,8 @@ dependencies {
// apt "org.androidannotations:androidannotations:3.0+"
// compile "org.androidannotations:androidannotations-api:3.0+"
apt 'com.squareup.dagger:dagger-compiler:1.1.0'
compile 'com.squareup.dagger:dagger:1.1.0'
apt 'com.squareup.dagger:dagger-compiler:1.2.1+'
compile 'com.squareup.dagger:dagger:1.2.1+'
apt 'com.jakewharton:butterknife:5.0.1'
compile 'com.jakewharton:butterknife:5.0.1'
@ -34,13 +34,6 @@ dependencies {
// compile 'com.google.android:support-v4:r7'
}
apt {
arguments {
androidManifestFile variant.processResources.manifestFile
resourcePackageName "org.bspeice.minimalbible"
}
}
android {
compileSdkVersion 19
buildToolsVersion "19.0.3"