Browse Source

Updated dependencies of tools and libraries.

pull/311/head
Eric Kok 8 years ago
parent
commit
fe0c92b926
  1. 8
      app/build.gradle
  2. 2
      build.gradle

8
app/build.gradle

@ -3,7 +3,7 @@ apply plugin: 'android-apt' @@ -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 { @@ -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'

2
build.gradle

@ -3,7 +3,7 @@ buildscript { @@ -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'
}
}

Loading…
Cancel
Save