diff --git a/app/build.gradle b/app/build.gradle index 4177986f..5ee0381c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'android-apt' android { compileSdkVersion 23 - buildToolsVersion '23.0.2' + buildToolsVersion '23.0.3' useLibrary 'org.apache.http.legacy' defaultConfig { @@ -38,11 +38,11 @@ dependencies { compile 'com.j256.ormlite:ormlite-core:4.48' compile 'com.j256.ormlite:ormlite-android:4.48' compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' - compile 'com.android.support:appcompat-v7:23.1.1' - compile 'com.android.support:support-annotations:23.1.1' + compile 'com.android.support:appcompat-v7:23.4.0' + compile 'com.android.support:support-annotations:23.4.0' compile 'com.getbase:floatingactionbutton:1.10.1' compile 'com.nispok:snackbar:2.11.0' - compile('com.github.afollestad.material-dialogs:core:0.8.5.3@aar') { + compile('com.github.afollestad.material-dialogs:core:0.8.5.5@aar') { transitive = true } apt 'org.androidannotations:androidannotations:3.3.2' diff --git a/build.gradle b/build.gradle index 3dfa4d11..5657e594 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0-alpha1' + classpath 'com.android.tools.build:gradle:2.1.0' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' } }