diff --git a/app/build.gradle b/app/build.gradle index 5561c043..700021ca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/build.gradle b/build.gradle index 6356aabd..d3ff69d6 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:1.0.0' + classpath 'com.android.tools.build:gradle:1.1.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files