favoritelist
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'android-apt'
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.3.0'
|
||||
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
|
||||
}
|
||||
}
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion "23.0.1"
|
||||
@@ -39,4 +50,7 @@ dependencies {
|
||||
compile 'com.squareup.retrofit:converter-gson:2.0.0-beta2'
|
||||
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
|
||||
apt 'net.simonvt.schematic:schematic-compiler:0.6.3'
|
||||
compile 'net.simonvt.schematic:schematic:0.6.3'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user