Skip to content

Commit

Permalink
1. Release new tag v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjangid80 committed May 12, 2018
1 parent dc8cdb7 commit a4453a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects{
```
dependencies {
...
implementation 'com.github.amitjangid80:multiutillib:v1.1.5'
implementation 'com.github.amitjangid80:multiutillib:v1.1.6'
}
```

Expand All @@ -35,7 +35,7 @@ dependencies {
<dependency>
<groupId>com.github.amitjangid80</groupId>
<artifactId>multiutillib</artifactId>
version>v1.1.5</version>
version>v1.1.6</version>
dependency>
```

Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/layout/toast_message_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
android:fitsSystemWindows="false"
android:gravity="center"
android:orientation="horizontal"
android:padding="5dp"
tools:ignore="UseCompoundDrawables">

<ImageView
Expand All @@ -23,7 +22,7 @@
android:id="@+id/tvToastMessage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp"
android:layout_marginEnd="5dp"
android:textSize="16sp" />

</LinearLayout>

0 comments on commit a4453a9

Please sign in to comment.