move dependencies from maven to project

This commit is contained in:
Yigit Boyar
2014-12-12 16:45:00 -08:00
parent 090e1db8cc
commit fea204447b
9 changed files with 72 additions and 45 deletions

View File

@@ -43,8 +43,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.+'
compile 'com.android.databinding:library:0.1-SNAPSHOT@aar'
compile 'com.android.support:recyclerview-v7:21.0.5'
compile 'com.android.databinding:library:0.3-SNAPSHOT@aar'
compile 'com.android.support:recyclerview-v7:21.0.2'
compile 'com.android.support:gridlayout-v7:21+'
compile 'com.android.support:cardview-v7:21.0.5'
compile 'com.android.support:cardview-v7:21.0.2'
}

View File

@@ -24,7 +24,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.2'
classpath 'com.android.databinding:dataBinder:0.2-SNAPSHOT'
classpath 'com.android.databinding:dataBinder:0.3-SNAPSHOT'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}