Skip to content

Commit 03ffeb5

Browse files
committed
3.1.0 update
1 parent 49b29e3 commit 03ffeb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import kr.co.bootpay.pref.UserInfo;
3434

3535
public class BootpayWebView extends WebView {
36-
private static final String BOOTPAY = "https://inapp.bootpay.co.kr/3.0.5/production.html";
36+
private static final String BOOTPAY = "https://inapp.bootpay.co.kr/3.1.0/production.html";
3737
//private static final String BOOTPAY = "https://inapp.bootpay.co.kr/2.1.1/production.html";
3838

3939
private Dialog dialog;
@@ -180,6 +180,7 @@ private Boolean isSpecialCase(String url) {
180180

181181
private Intent parse(String url) {
182182
try {
183+
183184
Intent intent = Intent.parseUri(url, Intent.URI_INTENT_SCHEME);
184185
if(intent.getPackage() == null) {
185186
if (url == null) return intent;

0 commit comments

Comments
 (0)