Skip to content

Commit 1bb1faf

Browse files
committed
1. Release new tag v1.1.7
1 parent a4453a9 commit 1bb1faf

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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.6'
20+
implementation 'com.github.amitjangid80:multiutillib:v1.1.7'
2121
}
2222
```
2323

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

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@
1515
android:layout_width="24dp"
1616
android:layout_height="24dp"
1717
android:layout_marginEnd="10dp"
18-
android:layout_marginStart="5dp"
1918
android:contentDescription="@string/app_name" />
2019

2120
<TextView
2221
android:id="@+id/tvToastMessage"
2322
android:layout_width="wrap_content"
24-
android:layout_height="wrap_content"
25-
android:layout_marginEnd="5dp"
26-
android:textSize="16sp" />
23+
android:layout_height="wrap_content" />
2724

2825
</LinearLayout>

0 commit comments

Comments
 (0)