Updated libraries

This commit is contained in:
Karim Abou Zeid 2016-07-22 17:07:14 +02:00
commit cea6a7bea8
4 changed files with 35 additions and 31 deletions

View file

@ -54,13 +54,13 @@ android {
}
}
}
compileSdkVersion 23
compileSdkVersion 24
buildToolsVersion '23.0.3'
defaultConfig {
minSdkVersion 16
targetSdkVersion 23
targetSdkVersion 24
renderscriptTargetApi 23
renderscriptTargetApi 24
vectorDrawables.useSupportLibrary = true
applicationId "com.kabouzeid.gramophone"
@ -106,38 +106,32 @@ dependencies {
transitive = true
}
compile('com.github.afollestad.material-dialogs:core:0.8.5.8@aar') {
transitive = true
}
compile('com.github.afollestad.material-dialogs:commons:0.8.5.8@aar') {
compile('com.github.kabouzeid:app-theme-helper:1.2.0@aar') {
transitive = true
}
compile('com.afollestad:material-cab:0.1.11@aar') {
transitive = true
}
compile 'com.android.support:support-v4:24.1.1'
compile 'com.android.support:support-v13:24.1.1'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:recyclerview-v7:24.1.1'
compile 'com.android.support:gridlayout-v7:24.1.1'
compile 'com.android.support:cardview-v7:24.1.1'
compile 'com.android.support:palette-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:support-annotations:24.1.1'
compile 'com.android.support:percent:24.1.1'
compile 'com.android.support:preference-v7:24.1.1'
compile 'com.android.support:preference-v14:24.1.1'
compile('com.github.kabouzeid:app-theme-helper:454b062475@aar') {
transitive = true
}
compile 'com.afollestad.material-dialogs:core:0.8.6.2@aar'
compile 'com.afollestad.material-dialogs:commons:0.8.6.2@aar'
compile 'com.afollestad:material-cab:0.1.12@aar'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:support-v13:23.4.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.android.support:gridlayout-v7:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
compile 'com.android.support:palette-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.android.support:support-annotations:23.4.0'
compile 'com.android.support:percent:23.4.0'
compile 'com.android.support:preference-v7:23.4.0'
compile 'com.android.support:preference-v14:23.4.0'
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
compile 'com.github.kabouzeid:SeekArc:1.2-kmod'
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.0-kmod3'
compile 'com.squareup.retrofit2:retrofit:2.0.2'
compile 'com.squareup.retrofit2:converter-gson:2.0.2'
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.jakewharton:butterknife:7.0.1'
//noinspection GradleDynamicVersion
compile 'com.anjlab.android.iab.v3:library:1.0.+'
@ -145,6 +139,7 @@ dependencies {
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'
compile 'com.github.kabouzeid:RecyclerView-FastScroll:1.8-kmod'
compile 'com.heinrichreimersoftware:material-intro:1.5.2'
compile 'com.heinrichreimersoftware:material-intro:1.5.7'
compile 'me.zhanghai.android.materialprogressbar:library:1.1.7'
compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
}