Skip to content

Commit

Permalink
Updated compile SDK & Build Tools to v24 & Support Lib to 24.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbutcher committed Jul 19, 2016
1 parent 6e4d52a commit 8ae979a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def gitCommitCount = 100 +
Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())

android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
compileSdkVersion 24
buildToolsVersion '24.0.1'

defaultConfig {
applicationId "io.plaidapp"
Expand Down Expand Up @@ -73,7 +73,7 @@ repositories {
}

ext {
supportLibVersion = '23.4.0'
supportLibVersion = '24.1.0'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/designer_news_enter_comment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
android:layout_weight="1"
app:hintTextAppearance="@style/TextAppearance.FloatLabelHint">

<EditText
<android.support.design.widget.TextInputEditText
android:id="@+id/comment"
android:hint="@string/comment"
android:layout_width="match_parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/dribbble_enter_comment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
android:layout_marginStart="@dimen/til_margin_fix"
app:hintTextAppearance="@style/TextAppearance.FloatLabelHint">

<EditText
<android.support.design.widget.TextInputEditText
android:id="@+id/comment"
android:hint="@string/hint_reply"
android:layout_width="match_parent"
Expand Down
4 changes: 2 additions & 2 deletions third_party/bypass/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
compileSdkVersion 24
buildToolsVersion '24.0.1'

defaultConfig {
minSdkVersion 8
Expand Down

0 comments on commit 8ae979a

Please sign in to comment.