Skip to content

Commit 20c3804

Browse files
author
ehowlsla
committed
version update 2.0.19
1 parent 4c5a879 commit 20c3804

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.127'
35+
implementation 'com.github.bootpay:client_android_java:2.0.19'
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
@@ -26,7 +26,7 @@ import java.net.URISyntaxException
2626
internal class BootpayWebView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0): WebView(context, attrs, defStyleAttr) {
2727

2828
companion object {
29-
private const val BOOTPAY = "https://inapp.bootpay.co.kr/2.0.12/production.html"
29+
private const val BOOTPAY = "https://inapp.bootpay.co.kr/2.0.19/production.html"
3030

3131
private const val CLOSE = -3
3232

bootpay/src/main/java/kr/co/bootpay/analytics/BootpayAnalyticsPresenter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ internal class BootpayAnalyticsPresenter(context: Context) {
1717
private val rest: RestService by lazy { RestService(context) }
1818
private val executor: Scheduler by lazy { Schedulers.from(Executors.newCachedThreadPool()) }
1919

20-
private val ver = "2.0.127"
20+
private val ver = "2.0.19"
2121

2222
fun login(
2323
id: String?,

sample/src/main/assets/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
66
<meta content="5b14c0ffb6d49c40cda92c4e" name="bootpay-application-id">
7-
<script src="https://cdn.bootpay.co.kr/js/bootpay-2.0.12.min.js" type="application/javascript"></script>
7+
<script src="https://cdn.bootpay.co.kr/js/bootpay-2.0.19.min.js" type="application/javascript"></script>
88
<script>
99
function payTest() {
1010
var android_application_id = '5b14c0ffb6d49c40cda92c4e'

0 commit comments

Comments
 (0)