File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ afterEvaluate {
7272
7373 groupId = " com.github.Tap-Payments"
7474 artifactId = " SamsungPay-Android"
75- version = " 1.0.4 "
75+ version = " 1.0.5 "
7676
7777 pom. withXml {
7878 def dependenciesNode = asNode(). appendNode(' dependencies' )
Original file line number Diff line number Diff line change 44 android : orientation =" vertical"
55 android : id =" @+id/webViewFrame"
66 android : layout_width =" match_parent"
7- android : layout_height =" match_parent "
7+ android : layout_height =" 49dp "
88 android : layout_marginStart =" @dimen/_3sdp"
99 android : layout_marginEnd =" @dimen/_3sdp"
1010 app : layout_constraintEnd_toEndOf =" parent"
1616 <WebView
1717 android : id =" @+id/webview"
1818 android : layout_width =" match_parent"
19- android : layout_height =" match_parent "
19+ android : layout_height =" wrap_content "
2020
2121 android : scrollbars =" none"
2222 android : layout_gravity =" center"
You can’t perform that action at this time.
0 commit comments