File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ allprojects{
1717```
1818dependencies {
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>
3939dependency>
4040```
4141
Original file line number Diff line number Diff line change 88 android : fitsSystemWindows =" false"
99 android : gravity =" center"
1010 android : orientation =" horizontal"
11- android : padding =" 5dp"
1211 tools : ignore =" UseCompoundDrawables" >
1312
1413 <ImageView
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 >
You can’t perform that action at this time.
0 commit comments