Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Mar 16, 2019
1 parent eeb3320 commit 80de91a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ext.versions = [
minSdk : 16,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '2.0.3',
publishVersionCode : 232,
publishVersion : '2.1.0',
publishVersionCode : 233,

// Plugins
gradlePlugin : '3.3.2',
Expand Down
1 change: 1 addition & 0 deletions input/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<style name="MD_Dialog_Input_Layout">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="boxBackgroundColor">@null</item>
</style>

<style name="MD_Dialog_Input_Layout.Message">
Expand Down

0 comments on commit 80de91a

Please sign in to comment.