Update Gradle / Dependencies

This commit is contained in:
Negue 2015-08-10 21:16:58 +02:00
parent 04a2c3cfab
commit 7179e2a581
2 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ dependencies {
transitive = true
}
compile('com.github.florent37:materialviewpager:1.0.6@aar') {
compile('com.github.florent37:materialviewpager:1.1.0@aar') {
transitive = true
}

View file

@ -8,8 +8,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.databinding:dataBinder:1.0-rc0'
classpath 'com.android.tools.build:gradle:1.3.0-beta1'
classpath 'com.android.databinding:dataBinder:1.0-rc1'
//Class path for the plugin to auto download sources
classpath 'com.github.xujiaao:aarLinkSources:1.0.0'