Skip to content

Commit a4453a9

Browse files
committed
1. Release new tag v1.1.6
1 parent dc8cdb7 commit a4453a9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ allprojects{
1717
```
1818
dependencies {
1919
...
20-
implementation 'com.github.amitjangid80:multiutillib:v1.1.5'
20+
implementation 'com.github.amitjangid80:multiutillib:v1.1.6'
2121
}
2222
```
2323

@@ -35,7 +35,7 @@ dependencies {
3535
<dependency>
3636
<groupId>com.github.amitjangid80</groupId>
3737
<artifactId>multiutillib</artifactId>
38-
version>v1.1.5</version>
38+
version>v1.1.6</version>
3939
dependency>
4040
```
4141

app/src/main/res/layout/toast_message_layout.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
android:fitsSystemWindows="false"
99
android:gravity="center"
1010
android:orientation="horizontal"
11-
android:padding="5dp"
1211
tools:ignore="UseCompoundDrawables">
1312

1413
<ImageView
@@ -23,7 +22,7 @@
2322
android:id="@+id/tvToastMessage"
2423
android:layout_width="wrap_content"
2524
android:layout_height="wrap_content"
26-
android:padding="5dp"
25+
android:layout_marginEnd="5dp"
2726
android:textSize="16sp" />
2827

2928
</LinearLayout>

0 commit comments

Comments
 (0)