mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
Update Gradle / Dependencies
This commit is contained in:
parent
04a2c3cfab
commit
7179e2a581
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue