added dependencies

This commit is contained in:
danijoo
2015-12-31 01:54:38 +01:00
parent a174594fbb
commit 03986eb08e
2 changed files with 18 additions and 1 deletions

View File

@@ -28,8 +28,25 @@ android {
}
}
apply plugin: 'com.neenbedankt.android-apt'
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
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
}
}

View File

@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
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
// in the individual module build.gradle files
}