Updated support libraries. Removed an obsolete library.
This commit is contained in:
parent
f0bc1a3359
commit
6ef711522e
3 changed files with 18 additions and 20 deletions
|
|
@ -61,6 +61,7 @@ android {
|
|||
targetSdkVersion 23
|
||||
|
||||
renderscriptTargetApi 23
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId "com.kabouzeid.gramophone"
|
||||
versionCode 101
|
||||
|
|
@ -104,10 +105,10 @@ dependencies {
|
|||
transitive = true
|
||||
}
|
||||
|
||||
compile('com.github.afollestad.material-dialogs:core:0.8.5.4@aar') {
|
||||
compile('com.github.afollestad.material-dialogs:core:0.8.5.5@aar') {
|
||||
transitive = true
|
||||
}
|
||||
compile('com.github.afollestad.material-dialogs:commons:0.8.5.4@aar') {
|
||||
compile('com.github.afollestad.material-dialogs:commons:0.8.5.5@aar') {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
|
|
@ -119,24 +120,23 @@ dependencies {
|
|||
transitive = true
|
||||
}
|
||||
|
||||
compile 'com.android.support:support-v4:23.1.1'
|
||||
compile 'com.android.support:support-v13:23.1.1'
|
||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
||||
compile 'com.android.support:recyclerview-v7:23.1.1'
|
||||
compile 'com.android.support:gridlayout-v7:23.1.1'
|
||||
compile 'com.android.support:cardview-v7:23.1.1'
|
||||
compile 'com.android.support:palette-v7:23.1.1'
|
||||
compile 'com.android.support:design:23.1.1'
|
||||
compile 'com.android.support:support-annotations:23.1.1'
|
||||
compile 'com.android.support:percent:23.1.1'
|
||||
compile 'com.android.support:preference-v7:23.1.1'
|
||||
compile 'com.android.support:support-v4:23.2.0'
|
||||
compile 'com.android.support:support-v13:23.2.0'
|
||||
compile 'com.android.support:appcompat-v7:23.2.0'
|
||||
compile 'com.android.support:recyclerview-v7:23.2.0'
|
||||
compile 'com.android.support:gridlayout-v7:23.2.0'
|
||||
compile 'com.android.support:cardview-v7:23.2.0'
|
||||
compile 'com.android.support:palette-v7:23.2.0'
|
||||
compile 'com.android.support:design:23.2.0'
|
||||
compile 'com.android.support:support-annotations:23.2.0'
|
||||
compile 'com.android.support:percent:23.2.0'
|
||||
compile 'com.android.support:preference-v7:23.2.0'
|
||||
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
|
||||
compile 'com.github.kabouzeid:SeekArc:80bdd8330e'
|
||||
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.2.1'
|
||||
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
|
||||
compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
compile 'org.solovyev.android.views:linear-layout-manager:0.5@aar'
|
||||
//noinspection GradleDynamicVersion
|
||||
compile 'com.anjlab.android.iab.v3:library:1.0.+'
|
||||
compile 'de.psdev.licensesdialog:licensesdialog:1.8.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue