added dependencies
This commit is contained in:
@@ -28,8 +28,25 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply plugin: 'com.neenbedankt.android-apt'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
compile 'com.android.support:appcompat-v7:23.1.1'
|
||||||
|
compile 'com.android.support:design:23.1.1'
|
||||||
|
compile 'com.android.support:recyclerview-v7:23.1.1'
|
||||||
|
compile 'com.android.support:preference-v7:23.1.1'
|
||||||
|
|
||||||
|
compile 'com.squareup:javapoet:1.2.0'
|
||||||
|
compile 'ckm.simple:simple_sql_provider_annotation:1.0.6'
|
||||||
|
compile 'ckm.simple:simple_sql_provider_processor:1.0.6'
|
||||||
|
|
||||||
|
compile 'com.jakewharton:butterknife:7.0.1'
|
||||||
|
compile 'com.google.code.gson:gson:2.5'
|
||||||
|
compile 'com.jakewharton.timber:timber:4.1.0'
|
||||||
|
compile 'com.squareup.picasso:picasso:2.5.2'
|
||||||
|
compile('com.mikepenz:aboutlibraries:5.3.6@aar') {
|
||||||
|
transitive = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:2.0.0-alpha3'
|
classpath 'com.android.tools.build:gradle:2.0.0-alpha3'
|
||||||
|
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.6'
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user