mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2025-07-03 06:44:51 -04:00
Browsing documents, now with 100% more butter!
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user