Updated gradle files
This commit is contained in:
parent
90cc5eb4e3
commit
9d26433cf0
2 changed files with 5 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ buildscript {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'io.fabric.tools:gradle:1.+'
|
||||
classpath 'io.fabric.tools:gradle:1.16.0'
|
||||
}
|
||||
}
|
||||
apply plugin: 'com.android.application'
|
||||
|
|
@ -23,8 +23,8 @@ android {
|
|||
applicationId "com.kabouzeid.gramophone"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 22
|
||||
versionCode 1
|
||||
versionName "0.9b"
|
||||
versionCode 2
|
||||
versionName "0.9.0.1b"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
@ -55,7 +55,7 @@ dependencies {
|
|||
compile 'com.nineoldandroids:library:2.4.0'
|
||||
compile 'com.melnykov:floatingactionbutton:1.2.0'
|
||||
compile 'com.github.ksoichiro:android-observablescrollview:1.5.0'
|
||||
compile 'com.mcxiaoke.volley:library:1.0.+'
|
||||
compile 'com.mcxiaoke.volley:library:1.0.15'
|
||||
compile 'com.squareup.picasso:picasso:2.5.0'
|
||||
compile 'com.squareup:otto:1.3.6'
|
||||
compile 'com.squareup.okhttp:okhttp:2.2.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue