Skip to content

Commit

Permalink
Updated support lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed Feb 25, 2016
1 parent cf878d8 commit ddd7c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repositories {
}

ext {
supportLibVersion = '23.1.1'
supportLibVersion = '23.2.0'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/filter_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:padding="@dimen/padding_normal"
android:orientation="horizontal"
android:baselineAligned="false"
Expand Down

0 comments on commit ddd7c2f

Please sign in to comment.