Skip to content

Commit d82782d

Browse files
author
hisyam
committed
rename version
1 parent 8d9e7c5 commit d82782d

8 files changed

Lines changed: 2 additions & 2 deletions

File tree

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
102 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

molpayxdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ afterEvaluate {
3939
from components.release
4040
groupId ='com.rms.mobile'
4141
artifactId = 'mobile_xdk'
42-
version = '3.33.0'
42+
version = '3.32.1'
4343
}
4444
}
4545
}

molpayxdk/src/main/java/com/molpay/molpayxdk/MOLPayActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public class MOLPayActivity extends AppCompatActivity {
9595
private final static String mppinstructioncapture = "mppinstructioncapture://";
9696
private final static String module_id = "module_id";
9797
private final static String wrapper_version = "wrapper_version";
98-
private final static String wrapperVersion = "0";
98+
private final static String wrapperVersion = "1";
9999

100100
private String base64Img;
101101
private String filename;

0 commit comments

Comments
 (0)