@grouplinknetwork/rn-grouplink-sdk 1.2.3 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +20 -20
- package/README.md +7 -7
- package/android/build.gradle +149 -149
- package/android/gradle.properties +5 -5
- package/android/src/main/AndroidManifest.xml +24 -24
- package/android/src/main/java/com/grouplinksdk/GrouplinkSdkModule.java +133 -133
- package/android/src/main/java/com/grouplinksdk/GrouplinkSdkPackage.java +28 -28
- package/grouplink-sdk.podspec +36 -36
- package/ios/GrouplinkSdk-Bridging-Header.h +1 -1
- package/ios/GrouplinkSdk.m +16 -16
- package/ios/GrouplinkSdk.swift +30 -30
- package/ios/GrouplinkSdk.xcodeproj/project.pbxproj +283 -283
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/index.d.ts +6 -6
- package/package.json +131 -131
- package/src/index.tsx +86 -86
- package/android/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.1/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.1/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.1/gc.properties +0 -0
- package/android/.gradle/7.4.2/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4.2/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.4.2/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.4.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.4.2/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.4.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.4.2/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/gradle.xml +0 -13
- package/android/.idea/misc.xml +0 -9
- package/android/.idea/modules/android.iml +0 -18
- package/android/.idea/modules.xml +0 -8
- package/android/.idea/vcs.xml +0 -6
- package/android/local.properties +0 -8
package/package.json
CHANGED
|
@@ -1,131 +1,131 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@grouplinknetwork/rn-grouplink-sdk",
|
|
3
|
-
"version": "1.2
|
|
4
|
-
"description": "test",
|
|
5
|
-
"main": "lib/commonjs/index",
|
|
6
|
-
"module": "lib/module/index",
|
|
7
|
-
"types": "lib/typescript/index.d.ts",
|
|
8
|
-
"react-native": "src/index",
|
|
9
|
-
"source": "src/index",
|
|
10
|
-
"files": [
|
|
11
|
-
"src",
|
|
12
|
-
"lib",
|
|
13
|
-
"android",
|
|
14
|
-
"ios",
|
|
15
|
-
"cpp",
|
|
16
|
-
"grouplink-sdk.podspec",
|
|
17
|
-
"!lib/typescript/example",
|
|
18
|
-
"!android/build",
|
|
19
|
-
"!ios/build",
|
|
20
|
-
"!**/__tests__",
|
|
21
|
-
"!**/__fixtures__",
|
|
22
|
-
"!**/__mocks__"
|
|
23
|
-
],
|
|
24
|
-
"scripts": {
|
|
25
|
-
"test": "jest",
|
|
26
|
-
"typescript": "tsc --noEmit",
|
|
27
|
-
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
28
|
-
"prepare": "bob build",
|
|
29
|
-
"release": "release-it",
|
|
30
|
-
"example": "yarn --cwd example",
|
|
31
|
-
"bootstrap": "yarn example && yarn && yarn example pods"
|
|
32
|
-
},
|
|
33
|
-
"keywords": [
|
|
34
|
-
"react-native",
|
|
35
|
-
"ios",
|
|
36
|
-
"android"
|
|
37
|
-
],
|
|
38
|
-
"repository": "https://github.com/amazingvitor/grouplink-sdk",
|
|
39
|
-
"author": "Vitor Hugo <v.macedo@grouplinknetwork.com> (https://github.com/amazingvitor)",
|
|
40
|
-
"license": "MIT",
|
|
41
|
-
"bugs": {
|
|
42
|
-
"url": "https://github.com/amazingvitor/grouplink-sdk/issues"
|
|
43
|
-
},
|
|
44
|
-
"homepage": "https://github.com/amazingvitor/grouplink-sdk#readme",
|
|
45
|
-
"publishConfig": {
|
|
46
|
-
"registry": "https://registry.npmjs.org/",
|
|
47
|
-
"access": "public"
|
|
48
|
-
},
|
|
49
|
-
"devDependencies": {
|
|
50
|
-
"@arkweid/lefthook": "^0.7.7",
|
|
51
|
-
"@babel/eslint-parser": "^7.18.2",
|
|
52
|
-
"@commitlint/config-conventional": "^17.0.2",
|
|
53
|
-
"@react-native-community/eslint-config": "^3.0.2",
|
|
54
|
-
"@release-it/conventional-changelog": "^5.0.0",
|
|
55
|
-
"@types/jest": "^28.1.2",
|
|
56
|
-
"@types/react": "~17.0.21",
|
|
57
|
-
"@types/react-native": "0.68.0",
|
|
58
|
-
"babel-eslint": "^10.1.0",
|
|
59
|
-
"commitlint": "^17.0.2",
|
|
60
|
-
"eslint": "^8.4.1",
|
|
61
|
-
"eslint-config-prettier": "^8.5.0",
|
|
62
|
-
"eslint-plugin-prettier": "^4.0.0",
|
|
63
|
-
"jest": "^28.1.1",
|
|
64
|
-
"pod-install": "^0.1.0",
|
|
65
|
-
"prettier": "^2.0.5",
|
|
66
|
-
"react": "17.0.2",
|
|
67
|
-
"react-native": "0.68.2",
|
|
68
|
-
"react-native-builder-bob": "^0.18.3",
|
|
69
|
-
"release-it": "^15.3.0",
|
|
70
|
-
"typescript": "^4.7.4"
|
|
71
|
-
},
|
|
72
|
-
"resolutions": {
|
|
73
|
-
"@types/react": "17.0.21"
|
|
74
|
-
},
|
|
75
|
-
"peerDependencies": {
|
|
76
|
-
"react": "*",
|
|
77
|
-
"react-native": "*"
|
|
78
|
-
},
|
|
79
|
-
"jest": {
|
|
80
|
-
"preset": "react-native",
|
|
81
|
-
"modulePathIgnorePatterns": [
|
|
82
|
-
"<rootDir>/example/node_modules",
|
|
83
|
-
"<rootDir>/lib/"
|
|
84
|
-
]
|
|
85
|
-
},
|
|
86
|
-
"eslintConfig": {
|
|
87
|
-
"root": true,
|
|
88
|
-
"parser": "@babel/eslint-parser",
|
|
89
|
-
"extends": [
|
|
90
|
-
"@react-native-community",
|
|
91
|
-
"prettier"
|
|
92
|
-
],
|
|
93
|
-
"rules": {
|
|
94
|
-
"prettier/prettier": [
|
|
95
|
-
"error",
|
|
96
|
-
{
|
|
97
|
-
"quoteProps": "consistent",
|
|
98
|
-
"singleQuote": true,
|
|
99
|
-
"tabWidth": 2,
|
|
100
|
-
"trailingComma": "es5",
|
|
101
|
-
"useTabs": false
|
|
102
|
-
}
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"eslintIgnore": [
|
|
107
|
-
"node_modules/",
|
|
108
|
-
"lib/"
|
|
109
|
-
],
|
|
110
|
-
"prettier": {
|
|
111
|
-
"quoteProps": "consistent",
|
|
112
|
-
"singleQuote": true,
|
|
113
|
-
"tabWidth": 2,
|
|
114
|
-
"trailingComma": "es5",
|
|
115
|
-
"useTabs": false
|
|
116
|
-
},
|
|
117
|
-
"react-native-builder-bob": {
|
|
118
|
-
"source": "src",
|
|
119
|
-
"output": "lib",
|
|
120
|
-
"targets": [
|
|
121
|
-
"commonjs",
|
|
122
|
-
"module",
|
|
123
|
-
[
|
|
124
|
-
"typescript",
|
|
125
|
-
{
|
|
126
|
-
"project": "tsconfig.build.json"
|
|
127
|
-
}
|
|
128
|
-
]
|
|
129
|
-
]
|
|
130
|
-
}
|
|
131
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@grouplinknetwork/rn-grouplink-sdk",
|
|
3
|
+
"version": "1.3.2",
|
|
4
|
+
"description": "test",
|
|
5
|
+
"main": "lib/commonjs/index",
|
|
6
|
+
"module": "lib/module/index",
|
|
7
|
+
"types": "lib/typescript/index.d.ts",
|
|
8
|
+
"react-native": "src/index",
|
|
9
|
+
"source": "src/index",
|
|
10
|
+
"files": [
|
|
11
|
+
"src",
|
|
12
|
+
"lib",
|
|
13
|
+
"android",
|
|
14
|
+
"ios",
|
|
15
|
+
"cpp",
|
|
16
|
+
"grouplink-sdk.podspec",
|
|
17
|
+
"!lib/typescript/example",
|
|
18
|
+
"!android/build",
|
|
19
|
+
"!ios/build",
|
|
20
|
+
"!**/__tests__",
|
|
21
|
+
"!**/__fixtures__",
|
|
22
|
+
"!**/__mocks__"
|
|
23
|
+
],
|
|
24
|
+
"scripts": {
|
|
25
|
+
"test": "jest",
|
|
26
|
+
"typescript": "tsc --noEmit",
|
|
27
|
+
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
28
|
+
"prepare": "bob build",
|
|
29
|
+
"release": "release-it",
|
|
30
|
+
"example": "yarn --cwd example",
|
|
31
|
+
"bootstrap": "yarn example && yarn && yarn example pods"
|
|
32
|
+
},
|
|
33
|
+
"keywords": [
|
|
34
|
+
"react-native",
|
|
35
|
+
"ios",
|
|
36
|
+
"android"
|
|
37
|
+
],
|
|
38
|
+
"repository": "https://github.com/amazingvitor/grouplink-sdk",
|
|
39
|
+
"author": "Vitor Hugo <v.macedo@grouplinknetwork.com> (https://github.com/amazingvitor)",
|
|
40
|
+
"license": "MIT",
|
|
41
|
+
"bugs": {
|
|
42
|
+
"url": "https://github.com/amazingvitor/grouplink-sdk/issues"
|
|
43
|
+
},
|
|
44
|
+
"homepage": "https://github.com/amazingvitor/grouplink-sdk#readme",
|
|
45
|
+
"publishConfig": {
|
|
46
|
+
"registry": "https://registry.npmjs.org/",
|
|
47
|
+
"access": "public"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@arkweid/lefthook": "^0.7.7",
|
|
51
|
+
"@babel/eslint-parser": "^7.18.2",
|
|
52
|
+
"@commitlint/config-conventional": "^17.0.2",
|
|
53
|
+
"@react-native-community/eslint-config": "^3.0.2",
|
|
54
|
+
"@release-it/conventional-changelog": "^5.0.0",
|
|
55
|
+
"@types/jest": "^28.1.2",
|
|
56
|
+
"@types/react": "~17.0.21",
|
|
57
|
+
"@types/react-native": "0.68.0",
|
|
58
|
+
"babel-eslint": "^10.1.0",
|
|
59
|
+
"commitlint": "^17.0.2",
|
|
60
|
+
"eslint": "^8.4.1",
|
|
61
|
+
"eslint-config-prettier": "^8.5.0",
|
|
62
|
+
"eslint-plugin-prettier": "^4.0.0",
|
|
63
|
+
"jest": "^28.1.1",
|
|
64
|
+
"pod-install": "^0.1.0",
|
|
65
|
+
"prettier": "^2.0.5",
|
|
66
|
+
"react": "17.0.2",
|
|
67
|
+
"react-native": "0.68.2",
|
|
68
|
+
"react-native-builder-bob": "^0.18.3",
|
|
69
|
+
"release-it": "^15.3.0",
|
|
70
|
+
"typescript": "^4.7.4"
|
|
71
|
+
},
|
|
72
|
+
"resolutions": {
|
|
73
|
+
"@types/react": "17.0.21"
|
|
74
|
+
},
|
|
75
|
+
"peerDependencies": {
|
|
76
|
+
"react": "*",
|
|
77
|
+
"react-native": "*"
|
|
78
|
+
},
|
|
79
|
+
"jest": {
|
|
80
|
+
"preset": "react-native",
|
|
81
|
+
"modulePathIgnorePatterns": [
|
|
82
|
+
"<rootDir>/example/node_modules",
|
|
83
|
+
"<rootDir>/lib/"
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
"eslintConfig": {
|
|
87
|
+
"root": true,
|
|
88
|
+
"parser": "@babel/eslint-parser",
|
|
89
|
+
"extends": [
|
|
90
|
+
"@react-native-community",
|
|
91
|
+
"prettier"
|
|
92
|
+
],
|
|
93
|
+
"rules": {
|
|
94
|
+
"prettier/prettier": [
|
|
95
|
+
"error",
|
|
96
|
+
{
|
|
97
|
+
"quoteProps": "consistent",
|
|
98
|
+
"singleQuote": true,
|
|
99
|
+
"tabWidth": 2,
|
|
100
|
+
"trailingComma": "es5",
|
|
101
|
+
"useTabs": false
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"eslintIgnore": [
|
|
107
|
+
"node_modules/",
|
|
108
|
+
"lib/"
|
|
109
|
+
],
|
|
110
|
+
"prettier": {
|
|
111
|
+
"quoteProps": "consistent",
|
|
112
|
+
"singleQuote": true,
|
|
113
|
+
"tabWidth": 2,
|
|
114
|
+
"trailingComma": "es5",
|
|
115
|
+
"useTabs": false
|
|
116
|
+
},
|
|
117
|
+
"react-native-builder-bob": {
|
|
118
|
+
"source": "src",
|
|
119
|
+
"output": "lib",
|
|
120
|
+
"targets": [
|
|
121
|
+
"commonjs",
|
|
122
|
+
"module",
|
|
123
|
+
[
|
|
124
|
+
"typescript",
|
|
125
|
+
{
|
|
126
|
+
"project": "tsconfig.build.json"
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
]
|
|
130
|
+
}
|
|
131
|
+
}
|
package/src/index.tsx
CHANGED
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
import { NativeModules, Platform } from 'react-native';
|
|
2
|
-
|
|
3
|
-
const LINKING_ERROR =
|
|
4
|
-
`The package 'grouplink-sdk' doesn't seem to be linked. Make sure: \n\n` +
|
|
5
|
-
Platform.select({ ios: "- You have run 'pod install'\n", default: '' }) +
|
|
6
|
-
'- You rebuilt the app after installing the package\n' +
|
|
7
|
-
'- You are not using Expo managed workflow\n';
|
|
8
|
-
|
|
9
|
-
const RNGroupLinkSDK = NativeModules.RNGroupLinkSDK
|
|
10
|
-
? NativeModules.RNGroupLinkSDK
|
|
11
|
-
: new Proxy(
|
|
12
|
-
{},
|
|
13
|
-
{
|
|
14
|
-
get() {
|
|
15
|
-
throw new Error(LINKING_ERROR);
|
|
16
|
-
},
|
|
17
|
-
}
|
|
18
|
-
);
|
|
19
|
-
|
|
20
|
-
export function startGrouplink(token: string, debbugable: boolean) {
|
|
21
|
-
if (isAndroid()) {
|
|
22
|
-
startAndroid(token, debbugable);
|
|
23
|
-
}
|
|
24
|
-
if (isiOS()) {
|
|
25
|
-
startIOS(token);
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export function getUserId(success: (userId:string)=>void) {
|
|
30
|
-
if (isAndroid()) {
|
|
31
|
-
getUserIdAndroid(success)
|
|
32
|
-
}
|
|
33
|
-
if (isiOS()) {
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export function setFirebaseToken(token: string){
|
|
39
|
-
if(isAndroid()){
|
|
40
|
-
console.log("Android: setting firebase token")
|
|
41
|
-
RNGroupLinkSDK.setFirebaseToken(token);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
export function startBluetoothIOS() {
|
|
46
|
-
if (isiOS()) {
|
|
47
|
-
console.log('Group Link SDK (iOS) - Start Bluetooth Stack');
|
|
48
|
-
return RNGroupLinkSDK.startBluetoothIOS();
|
|
49
|
-
}
|
|
50
|
-
return;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
export function setDevicePushTokenIOS(token: string) {
|
|
54
|
-
return RNGroupLinkSDK.setDevicePushToken(token)
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
export function startLocationIOS() {
|
|
58
|
-
if (isiOS()) {
|
|
59
|
-
console.log('Group Link SDK (iOS) - Start Location Stack');
|
|
60
|
-
return RNGroupLinkSDK.startLocationIOS();
|
|
61
|
-
}
|
|
62
|
-
return;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
function isAndroid() {
|
|
66
|
-
return Platform.OS == 'android';
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
function isiOS() {
|
|
70
|
-
return Platform.OS == 'ios';
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
function startAndroid(withToken: string, debbugable: boolean) {
|
|
74
|
-
console.log('Group Link SDK (Android) - Start with token: ', withToken);
|
|
75
|
-
return RNGroupLinkSDK.startAndroid(withToken, debbugable);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
function startIOS(withToken: string) {
|
|
79
|
-
console.log('Group Link SDK (iOS) - Start with token: ', withToken);
|
|
80
|
-
return RNGroupLinkSDK.startIOS(withToken);
|
|
81
|
-
}
|
|
82
|
-
function getUserIdAndroid(success: (userId:string)=>void) {
|
|
83
|
-
RNGroupLinkSDK.getUserIdAndroid(success);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
1
|
+
import { NativeModules, Platform } from 'react-native';
|
|
2
|
+
|
|
3
|
+
const LINKING_ERROR =
|
|
4
|
+
`The package 'grouplink-sdk' doesn't seem to be linked. Make sure: \n\n` +
|
|
5
|
+
Platform.select({ ios: "- You have run 'pod install'\n", default: '' }) +
|
|
6
|
+
'- You rebuilt the app after installing the package\n' +
|
|
7
|
+
'- You are not using Expo managed workflow\n';
|
|
8
|
+
|
|
9
|
+
const RNGroupLinkSDK = NativeModules.RNGroupLinkSDK
|
|
10
|
+
? NativeModules.RNGroupLinkSDK
|
|
11
|
+
: new Proxy(
|
|
12
|
+
{},
|
|
13
|
+
{
|
|
14
|
+
get() {
|
|
15
|
+
throw new Error(LINKING_ERROR);
|
|
16
|
+
},
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
|
|
20
|
+
export function startGrouplink(token: string, debbugable: boolean) {
|
|
21
|
+
if (isAndroid()) {
|
|
22
|
+
startAndroid(token, debbugable);
|
|
23
|
+
}
|
|
24
|
+
if (isiOS()) {
|
|
25
|
+
startIOS(token);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export function getUserId(success: (userId:string)=>void) {
|
|
30
|
+
if (isAndroid()) {
|
|
31
|
+
getUserIdAndroid(success)
|
|
32
|
+
}
|
|
33
|
+
if (isiOS()) {
|
|
34
|
+
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export function setFirebaseToken(token: string){
|
|
39
|
+
if(isAndroid()){
|
|
40
|
+
console.log("Android: setting firebase token")
|
|
41
|
+
RNGroupLinkSDK.setFirebaseToken(token);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
export function startBluetoothIOS() {
|
|
46
|
+
if (isiOS()) {
|
|
47
|
+
console.log('Group Link SDK (iOS) - Start Bluetooth Stack');
|
|
48
|
+
return RNGroupLinkSDK.startBluetoothIOS();
|
|
49
|
+
}
|
|
50
|
+
return;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export function setDevicePushTokenIOS(token: string) {
|
|
54
|
+
return RNGroupLinkSDK.setDevicePushToken(token)
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export function startLocationIOS() {
|
|
58
|
+
if (isiOS()) {
|
|
59
|
+
console.log('Group Link SDK (iOS) - Start Location Stack');
|
|
60
|
+
return RNGroupLinkSDK.startLocationIOS();
|
|
61
|
+
}
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
function isAndroid() {
|
|
66
|
+
return Platform.OS == 'android';
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
function isiOS() {
|
|
70
|
+
return Platform.OS == 'ios';
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
function startAndroid(withToken: string, debbugable: boolean) {
|
|
74
|
+
console.log('Group Link SDK (Android) - Start with token: ', withToken);
|
|
75
|
+
return RNGroupLinkSDK.startAndroid(withToken, debbugable);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
function startIOS(withToken: string) {
|
|
79
|
+
console.log('Group Link SDK (iOS) - Start with token: ', withToken);
|
|
80
|
+
return RNGroupLinkSDK.startIOS(withToken);
|
|
81
|
+
}
|
|
82
|
+
function getUserIdAndroid(success: (userId:string)=>void) {
|
|
83
|
+
RNGroupLinkSDK.getUserIdAndroid(success);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/android/.idea/gradle.xml
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
4
|
-
<component name="GradleSettings">
|
|
5
|
-
<option name="linkedExternalProjectsSettings">
|
|
6
|
-
<GradleProjectSettings>
|
|
7
|
-
<option name="testRunner" value="GRADLE" />
|
|
8
|
-
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
|
9
|
-
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
10
|
-
</GradleProjectSettings>
|
|
11
|
-
</option>
|
|
12
|
-
</component>
|
|
13
|
-
</project>
|
package/android/.idea/misc.xml
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectRootManager" version="2" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
|
4
|
-
<output url="file://$PROJECT_DIR$/build/classes" />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="ProjectType">
|
|
7
|
-
<option name="id" value="Android" />
|
|
8
|
-
</component>
|
|
9
|
-
</project>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module external.linked.project.id=":" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" type="JAVA_MODULE" version="4">
|
|
3
|
-
<component name="FacetManager">
|
|
4
|
-
<facet type="android-gradle" name="Android-Gradle">
|
|
5
|
-
<configuration>
|
|
6
|
-
<option name="GRADLE_PROJECT_PATH" value=":" />
|
|
7
|
-
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" />
|
|
8
|
-
<option name="LAST_KNOWN_AGP_VERSION" />
|
|
9
|
-
</configuration>
|
|
10
|
-
</facet>
|
|
11
|
-
</component>
|
|
12
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
13
|
-
<exclude-output />
|
|
14
|
-
<content url="file://$MODULE_DIR$/../.." />
|
|
15
|
-
<orderEntry type="inheritedJdk" />
|
|
16
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
17
|
-
</component>
|
|
18
|
-
</module>
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/modules/android.iml" filepath="$PROJECT_DIR$/.idea/modules/android.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
package/android/.idea/vcs.xml
DELETED
package/android/local.properties
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
## This file must *NOT* be checked into Version Control Systems,
|
|
2
|
-
# as it contains information specific to your local configuration.
|
|
3
|
-
#
|
|
4
|
-
# Location of the SDK. This is only used by Gradle.
|
|
5
|
-
# For customization when using a Version Control System, please read the
|
|
6
|
-
# header note.
|
|
7
|
-
#Wed Aug 17 16:18:55 BRT 2022
|
|
8
|
-
sdk.dir=C\:\\AndroidSDK
|