Updated support libraries.
This commit is contained in:
parent
19f2bb209c
commit
a5f8cc71c5
2 changed files with 12 additions and 12 deletions
|
|
@ -120,17 +120,17 @@ dependencies {
|
|||
transitive = true
|
||||
}
|
||||
|
||||
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.android.support:support-v4:23.2.1'
|
||||
compile 'com.android.support:support-v13:23.2.1'
|
||||
compile 'com.android.support:appcompat-v7:23.2.1'
|
||||
compile 'com.android.support:recyclerview-v7:23.2.1'
|
||||
compile 'com.android.support:gridlayout-v7:23.2.1'
|
||||
compile 'com.android.support:cardview-v7:23.2.1'
|
||||
compile 'com.android.support:palette-v7:23.2.1'
|
||||
compile 'com.android.support:design:23.2.1'
|
||||
compile 'com.android.support:support-annotations:23.2.1'
|
||||
compile 'com.android.support:percent:23.2.1'
|
||||
compile 'com.android.support:preference-v7:23.2.1'
|
||||
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
|
||||
compile 'com.github.kabouzeid:SeekArc:80bdd8330e'
|
||||
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.2.1'
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<android.support.v7.widget.RecyclerView
|
||||
android:id="@+id/recycler_view"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue