diff --git a/app/build.gradle b/app/build.gradle index ba238976..b846ff97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,7 @@ android { minSdkVersion 16 targetSdkVersion 22 versionCode 22 - versionName "0.9.9.2b" + versionName "0.9.9.2b DEV" } compileOptions { @@ -67,7 +67,7 @@ dependencies { compile 'com.mcxiaoke.volley:library:1.0.15' compile 'com.squareup:otto:1.3.6' compile 'de.hdodenhof:circleimageview:1.2.2' - compile 'com.github.bumptech.glide:glide:3.5.2' + compile 'com.github.bumptech.glide:glide:3.6.0' compile 'com.afollestad:material-dialogs:0.7.4.1' compile 'com.jpardogo.materialtabstrip:library:1.0.9'