Skip to content

Commit 757d17a

Browse files
author
ehowlsla
committed
2.0.12 updated
1 parent e0f5d2d commit 757d17a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ allprojects {
3232
```gradle
3333
dependencies {
3434
...
35-
implementation 'com.github.bootpay:client_android_java:2.0.103'
35+
implementation 'com.github.bootpay:client_android_java:2.0.12'
3636
}
3737
```
3838

bootpay/src/main/java/kr/co/bootpay/BootpayWebView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import java.net.URISyntaxException
2525
internal class BootpayWebView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0): WebView(context, attrs, defStyleAttr) {
2626

2727
companion object {
28-
private const val BOOTPAY = "https://inapp.bootpay.co.kr/2.0.10/production.html"
28+
private const val BOOTPAY = "https://inapp.bootpay.co.kr/2.0.12/production.html"
2929

3030
private const val CLOSE = -3
3131

0 commit comments

Comments
 (0)