Skip to content

Commit c998ced

Browse files
committed
0.27.0
1 parent e471a3d commit c998ced

26 files changed

Lines changed: 1261 additions & 8 deletions

android/build.gradle

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 27
5-
buildToolsVersion "27.0.3"
4+
compileSdkVersion 28
5+
buildToolsVersion "28.0.3"
66

77
defaultConfig {
88
minSdkVersion 16
9-
targetSdkVersion 22
9+
targetSdkVersion 28
1010
versionCode 1
1111
versionName "1.0.0"
1212
}
1313
}
1414

1515
dependencies {
1616
implementation 'com.facebook.react:react-native:+'
17-
implementation 'com.molpay:molpay-mobile-xdk-android:3.25.0'
17+
testImplementation 'junit:junit:4.12'
18+
implementation fileTree(include: ['*.jar'], dir: 'libs')
19+
implementation 'com.android.volley:volley:1.0.0'
20+
implementation 'com.android.support:support-v4:28.0.0'
21+
implementation 'com.android.support:appcompat-v7:28.0.0'
22+
implementation 'com.android.support:design:28.0.0'
1823
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.molpayxdk">
33

4+
<uses-permission android:name="android.permission.INTERNET" />
5+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
6+
7+
<application>
8+
<activity android:name=".MOLPayActivity"
9+
android:configChanges="orientation|screenSize" />
10+
</application>
11+
12+
413
</manifest>
Binary file not shown.
Binary file not shown.

android/src/main/assets/molpay-mobile-xdk-www/fonts/fontawesome-webfont.svg

Lines changed: 655 additions & 0 deletions
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
1014 Bytes
Loading
4.65 KB
Loading

0 commit comments

Comments
 (0)