File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
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.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>
3939dependency>
4040```
4141
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments