Skip to content

Commit dd540fc

Browse files
committed
version update
revert
1 parent a130d70 commit dd540fc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

samsungpay-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

samsungpay-sdk/src/main/res/layout/webviewlayout_samsung_pay.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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"
@@ -16,7 +16,7 @@
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"

0 commit comments

Comments
 (0)