Skip to content

Commit 036179e

Browse files
author
RAZER\faris.kamarudin
committed
- update path
- bug fix
1 parent d93a7a1 commit 036179e

22 files changed

Lines changed: 84 additions & 671 deletions

.gitignore

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# Built application files
2+
*.apk
3+
*.aar
4+
*.ap_
5+
*.aab
6+
# Files for the ART/Dalvik VM
7+
*.dex
8+
# Java class files
9+
*.class
10+
# Generated files
11+
bin/
12+
gen/
13+
out/
14+
# App Release Files
15+
app/release/*
16+
17+
# Uncomment the following line in case you need and you don't have the release build type files in your app
18+
# release/
19+
# Gradle files
20+
.gradle
21+
.gradle/
22+
build/
23+
# Local configuration file (sdk path, etc)
24+
local.properties
25+
# Proguard folder generated by Eclipse
26+
proguard/
27+
# Log Files
28+
*.log
29+
# Android Studio Navigation editor temp files
30+
.navigation/
31+
# Android Studio captures folder
32+
captures/
33+
# IntelliJ
34+
*.iml
35+
MOLPayXDKProject.iml
36+
molpayxdk/Mobile-XDK-RazerMS_Android_Library.molpayxdk.iml
37+
molpayxdk/Mobile-XDK-RazerMS_Android_Library.molpayxdk.androidTest.iml
38+
molpayxdk/Mobile-XDK-RazerMS_Android_Library.molpayxdk.main.iml
39+
molpayxdk/Mobile-XDK-RazerMS_Android_Library.molpayxdk.unitTest.iml
40+
41+
# .idea/workspace.xml
42+
# .idea/tasks.xml
43+
.idea/gradle.xml
44+
.idea/misc.xml
45+
.idea/deploymentTargetDropDown.xml
46+
# .idea/assetWizardSettings.xml
47+
# .idea/dictionaries
48+
.idea/libraries
49+
# Android Studio 3 in .gitignore file.
50+
.idea/caches
51+
.idea/modules.xml
52+
# Comment next line if keeping position of elements in Navigation Editor is relevant for you
53+
.idea/navEditor.xml
54+
55+
# Keystore files
56+
# Uncomment the following lines if you do not want to check your keystore files in.
57+
*.jks
58+
*.keystore
59+
# External native build folder generated in Android Studio 2.2 and later
60+
.externalNativeBuild
61+
.cxx/
62+
# Google Services (e.g. APIs or Firebase)
63+
google-services.json
64+
65+
# fastlane
66+
fastlane/report.xml
67+
fastlane/Preview.html
68+
fastlane/screenshots
69+
fastlane/test_output
70+
fastlane/readme.md
71+
# Version control
72+
vcs.xml
73+
# lint
74+
lint/intermediates/
75+
lint/generated/
76+
lint/outputs/
77+
lint/tmp/
78+
# lint/reports/
79+
# MacOS
80+
.DS_Store
81+
# App Specific cases
82+
app/release/output.json
83+
.idea/codeStyles/
238 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 0 additions & 655 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)