|
|
@ -3,7 +3,7 @@ apply plugin: 'android-apt' |
|
|
|
|
|
|
|
|
|
|
|
android { |
|
|
|
android { |
|
|
|
compileSdkVersion 23 |
|
|
|
compileSdkVersion 23 |
|
|
|
buildToolsVersion '23.0.2' |
|
|
|
buildToolsVersion '23.0.3' |
|
|
|
useLibrary 'org.apache.http.legacy' |
|
|
|
useLibrary 'org.apache.http.legacy' |
|
|
|
|
|
|
|
|
|
|
|
defaultConfig { |
|
|
|
defaultConfig { |
|
|
@ -38,11 +38,11 @@ dependencies { |
|
|
|
compile 'com.j256.ormlite:ormlite-core:4.48' |
|
|
|
compile 'com.j256.ormlite:ormlite-core:4.48' |
|
|
|
compile 'com.j256.ormlite:ormlite-android:4.48' |
|
|
|
compile 'com.j256.ormlite:ormlite-android:4.48' |
|
|
|
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' |
|
|
|
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' |
|
|
|
compile 'com.android.support:appcompat-v7:23.1.1' |
|
|
|
compile 'com.android.support:appcompat-v7:23.4.0' |
|
|
|
compile 'com.android.support:support-annotations:23.1.1' |
|
|
|
compile 'com.android.support:support-annotations:23.4.0' |
|
|
|
compile 'com.getbase:floatingactionbutton:1.10.1' |
|
|
|
compile 'com.getbase:floatingactionbutton:1.10.1' |
|
|
|
compile 'com.nispok:snackbar:2.11.0' |
|
|
|
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 |
|
|
|
transitive = true |
|
|
|
} |
|
|
|
} |
|
|
|
apt 'org.androidannotations:androidannotations:3.3.2' |
|
|
|
apt 'org.androidannotations:androidannotations:3.3.2' |
|
|
|