react-native-gemius-plugin 1.7.3 → 2.0.0
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 -0
- package/LRTGemiusPlugin.podspec +21 -0
- package/README.md +23 -30
- package/android/build.gradle +74 -69
- package/android/src/main/AndroidManifest.xml +1 -3
- package/android/src/main/java/com/gemiusplugin/LRTGemiusPluginModule.kt +161 -0
- package/android/src/main/java/com/gemiusplugin/LRTGemiusPluginPackage.kt +31 -0
- package/ios/Frameworks/GemiusSDK.xcframework/Info.plist +9 -5
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/GemiusSDK +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Headers/Config.h +21 -2
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Info.plist +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/Modules/module.modulemap +1 -1
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64/GemiusSDK.framework/PrivacyInfo.xcprivacy +48 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/GemiusSDK +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Headers/Config.h +21 -2
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Info.plist +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/Modules/module.modulemap +1 -1
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/PrivacyInfo.xcprivacy +48 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeDirectory +0 -0
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeResources +14 -87
- package/ios/LRTGemiusPlugin.h +5 -0
- package/ios/LRTGemiusPlugin.mm +179 -0
- package/lib/module/NativeLRTGemiusPlugin.js +5 -0
- package/lib/module/NativeLRTGemiusPlugin.js.map +1 -0
- package/{index.js → lib/module/index.js} +16 -29
- package/lib/module/index.js.map +1 -0
- package/lib/module/package.json +1 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/src/NativeLRTGemiusPlugin.d.ts +22 -0
- package/lib/typescript/src/NativeLRTGemiusPlugin.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +22 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/package.json +156 -17
- package/src/NativeLRTGemiusPlugin.ts +48 -0
- package/src/index.tsx +105 -0
- package/.gitattributes +0 -1
- package/android/.classpath +0 -6
- package/android/.gradle/9.0.0/checksums/checksums.lock +0 -0
- package/android/.gradle/9.0.0/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/9.0.0/fileChanges/last-build.bin +0 -0
- package/android/.gradle/9.0.0/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/9.0.0/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/9.0.0/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/9.0.0/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/config.properties +0 -2
- package/android/.gradle/file-system.probe +0 -0
- package/android/.gradle/gradle.properties +0 -43
- package/android/.gradle/noVersion/buildLogic.lock +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/AndroidProjectSystem.xml +0 -6
- package/android/.idea/caches/deviceStreaming.xml +0 -1414
- package/android/.idea/compiler.xml +0 -19
- package/android/.idea/copilot.data.migration.agent.xml +0 -6
- package/android/.idea/gradle.xml +0 -18
- package/android/.idea/jarRepositories.xml +0 -55
- package/android/.idea/kotlinc.xml +0 -6
- package/android/.idea/migrations.xml +0 -10
- package/android/.idea/misc.xml +0 -10
- package/android/.idea/modules/android.androidTest.iml +0 -15
- package/android/.idea/modules/android.iml +0 -21
- package/android/.idea/modules/android.main.iml +0 -15
- package/android/.idea/modules/android.unitTest.iml +0 -15
- package/android/.idea/modules.xml +0 -11
- package/android/.idea/runConfigurations.xml +0 -17
- package/android/.idea/vcs.xml +0 -6
- package/android/.project +0 -34
- package/android/.settings/org.eclipse.buildship.core.prefs +0 -13
- package/android/README.md +0 -14
- package/android/build/reports/problems/problems-report.html +0 -663
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/android/gradle.properties +0 -39
- package/android/gradlew +0 -251
- package/android/gradlew.bat +0 -99
- package/android/local.properties +0 -8
- package/android/src/main/java/com/reactlibrary/GemiusPluginModule.java +0 -170
- package/android/src/main/java/com/reactlibrary/GemiusPluginPackage.java +0 -20
- package/index.d.ts +0 -27
- package/ios/Frameworks/GemiusSDK.xcframework/ios-arm64_x86_64-simulator/GemiusSDK.framework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ios/GemiusPlugin.h +0 -5
- package/ios/GemiusPlugin.m +0 -163
- package/ios/GemiusPlugin.xcodeproj/project.pbxproj +0 -313
- package/ios/GemiusPlugin.xcodeproj/xcshareddata/xcschemes/GemiusPlugin.xcscheme +0 -67
- package/ios/GemiusPlugin.xcworkspace/contents.xcworkspacedata +0 -7
- package/ios/GemiusPlugin.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/GemiusPlugin.xcworkspace/xcuserdata/kestasvenslauskas.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/react-native-gemius-plugin.podspec +0 -30
package/package.json
CHANGED
|
@@ -1,30 +1,169 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-gemius-plugin",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "React Native Gemius plugin",
|
|
5
|
+
"main": "./lib/module/index.js",
|
|
6
|
+
"types": "./lib/typescript/src/index.d.ts",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"source": "./src/index.tsx",
|
|
10
|
+
"types": "./lib/typescript/src/index.d.ts",
|
|
11
|
+
"default": "./lib/module/index.js"
|
|
12
|
+
},
|
|
13
|
+
"./package.json": "./package.json"
|
|
10
14
|
},
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
+
"files": [
|
|
16
|
+
"src",
|
|
17
|
+
"lib",
|
|
18
|
+
"android",
|
|
19
|
+
"ios",
|
|
20
|
+
"cpp",
|
|
21
|
+
"*.podspec",
|
|
22
|
+
"react-native.config.js",
|
|
23
|
+
"!ios/build",
|
|
24
|
+
"!android/build",
|
|
25
|
+
"!android/gradle",
|
|
26
|
+
"!android/gradlew",
|
|
27
|
+
"!android/gradlew.bat",
|
|
28
|
+
"!android/local.properties",
|
|
29
|
+
"!**/__tests__",
|
|
30
|
+
"!**/__fixtures__",
|
|
31
|
+
"!**/__mocks__",
|
|
32
|
+
"!**/.*"
|
|
33
|
+
],
|
|
34
|
+
"scripts": {
|
|
35
|
+
"example": "yarn workspace react-native-gemius-plugin-example",
|
|
36
|
+
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
|
|
37
|
+
"prepare": "bob build",
|
|
38
|
+
"typecheck": "tsc",
|
|
39
|
+
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
40
|
+
"test": "jest",
|
|
41
|
+
"release": "release-it --only-version"
|
|
15
42
|
},
|
|
16
43
|
"keywords": [
|
|
17
|
-
"react-native"
|
|
44
|
+
"react-native",
|
|
45
|
+
"ios",
|
|
46
|
+
"android"
|
|
18
47
|
],
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
48
|
+
"repository": {
|
|
49
|
+
"type": "git",
|
|
50
|
+
"url": "git+https://github.com/KestasVenslauskas/react-native-gemius-plugin.git"
|
|
22
51
|
},
|
|
52
|
+
"author": "Kestas Venslauskas <kestas.venslauskas@gmail.com> (https://github.com/KestasVenslauskas)",
|
|
23
53
|
"license": "MIT",
|
|
24
|
-
"
|
|
25
|
-
|
|
54
|
+
"bugs": {
|
|
55
|
+
"url": "https://github.com/KestasVenslauskas/react-native-gemius-plugin/issues"
|
|
56
|
+
},
|
|
57
|
+
"homepage": "https://github.com/KestasVenslauskas/react-native-gemius-plugin#readme",
|
|
58
|
+
"publishConfig": {
|
|
59
|
+
"registry": "https://registry.npmjs.org/"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
63
|
+
"@eslint/compat": "^1.3.2",
|
|
64
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
65
|
+
"@eslint/js": "^9.35.0",
|
|
66
|
+
"@react-native/babel-preset": "0.83.0",
|
|
67
|
+
"@react-native/eslint-config": "0.83.0",
|
|
68
|
+
"@release-it/conventional-changelog": "^10.0.1",
|
|
69
|
+
"@types/jest": "^29.5.14",
|
|
70
|
+
"@types/react": "^19.2.0",
|
|
71
|
+
"commitlint": "^19.8.1",
|
|
72
|
+
"del-cli": "^6.0.0",
|
|
73
|
+
"eslint": "^9.35.0",
|
|
74
|
+
"eslint-config-prettier": "^10.1.8",
|
|
75
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
76
|
+
"jest": "^29.7.0",
|
|
77
|
+
"lefthook": "^2.0.3",
|
|
78
|
+
"prettier": "^2.8.8",
|
|
79
|
+
"react": "19.2.0",
|
|
80
|
+
"react-native": "0.83.0",
|
|
81
|
+
"react-native-builder-bob": "^0.40.18",
|
|
82
|
+
"release-it": "^19.0.4",
|
|
83
|
+
"turbo": "^2.5.6",
|
|
84
|
+
"typescript": "^5.9.2"
|
|
85
|
+
},
|
|
26
86
|
"peerDependencies": {
|
|
27
87
|
"react": "*",
|
|
28
88
|
"react-native": "*"
|
|
89
|
+
},
|
|
90
|
+
"workspaces": [
|
|
91
|
+
"example"
|
|
92
|
+
],
|
|
93
|
+
"packageManager": "yarn@4.11.0",
|
|
94
|
+
"react-native-builder-bob": {
|
|
95
|
+
"source": "src",
|
|
96
|
+
"output": "lib",
|
|
97
|
+
"targets": [
|
|
98
|
+
[
|
|
99
|
+
"module",
|
|
100
|
+
{
|
|
101
|
+
"esm": true
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
[
|
|
105
|
+
"typescript",
|
|
106
|
+
{
|
|
107
|
+
"project": "tsconfig.build.json"
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
"codegenConfig": {
|
|
113
|
+
"name": "LRTGemiusPluginSpec",
|
|
114
|
+
"type": "modules",
|
|
115
|
+
"jsSrcsDir": "src",
|
|
116
|
+
"android": {
|
|
117
|
+
"javaPackageName": "com.gemiusplugin"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"prettier": {
|
|
121
|
+
"quoteProps": "consistent",
|
|
122
|
+
"singleQuote": true,
|
|
123
|
+
"tabWidth": 2,
|
|
124
|
+
"trailingComma": "es5",
|
|
125
|
+
"useTabs": false
|
|
126
|
+
},
|
|
127
|
+
"jest": {
|
|
128
|
+
"preset": "react-native",
|
|
129
|
+
"modulePathIgnorePatterns": [
|
|
130
|
+
"<rootDir>/example/node_modules",
|
|
131
|
+
"<rootDir>/lib/"
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
"commitlint": {
|
|
135
|
+
"extends": [
|
|
136
|
+
"@commitlint/config-conventional"
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"release-it": {
|
|
140
|
+
"git": {
|
|
141
|
+
"commitMessage": "chore: release ${version}",
|
|
142
|
+
"tagName": "v${version}"
|
|
143
|
+
},
|
|
144
|
+
"npm": {
|
|
145
|
+
"publish": true
|
|
146
|
+
},
|
|
147
|
+
"github": {
|
|
148
|
+
"release": true
|
|
149
|
+
},
|
|
150
|
+
"plugins": {
|
|
151
|
+
"@release-it/conventional-changelog": {
|
|
152
|
+
"preset": {
|
|
153
|
+
"name": "angular"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"create-react-native-library": {
|
|
159
|
+
"type": "turbo-module",
|
|
160
|
+
"languages": "kotlin-objc",
|
|
161
|
+
"tools": [
|
|
162
|
+
"eslint",
|
|
163
|
+
"jest",
|
|
164
|
+
"lefthook",
|
|
165
|
+
"release-it"
|
|
166
|
+
],
|
|
167
|
+
"version": "0.57.2"
|
|
29
168
|
}
|
|
30
169
|
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { TurboModuleRegistry, type TurboModule } from 'react-native';
|
|
2
|
+
|
|
3
|
+
export type GemiusParams = {
|
|
4
|
+
[key: string]: string | number | boolean | undefined | null;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
export interface Spec extends TurboModule {
|
|
8
|
+
setAppInfo(
|
|
9
|
+
app: string,
|
|
10
|
+
version: string,
|
|
11
|
+
gemiusHitCollectorHost: string,
|
|
12
|
+
gemiusPrismIdentifier: string
|
|
13
|
+
): void;
|
|
14
|
+
|
|
15
|
+
setPlayerInfo(playerId: string, serverHost: string, accountId: string): void;
|
|
16
|
+
|
|
17
|
+
setProgramData(
|
|
18
|
+
clipId: string,
|
|
19
|
+
name: string,
|
|
20
|
+
duration: number,
|
|
21
|
+
type: string
|
|
22
|
+
): void;
|
|
23
|
+
|
|
24
|
+
sendPlay(clipId: string, offset: number): void;
|
|
25
|
+
sendPause(clipId: string, offset: number): void;
|
|
26
|
+
sendBuffer(clipId: string, offset: number): void;
|
|
27
|
+
sendStop(clipId: string, offset: number): void;
|
|
28
|
+
sendComplete(clipId: string, offset: number): void;
|
|
29
|
+
sendClose(clipId: string, offset: number): void;
|
|
30
|
+
sendSeek(clipId: string, offset: number): void;
|
|
31
|
+
|
|
32
|
+
sendPartialPageViewedEvent(
|
|
33
|
+
gemiusPrismIdentifier: string,
|
|
34
|
+
extraParameters: Object | null
|
|
35
|
+
): void;
|
|
36
|
+
|
|
37
|
+
sendPageViewedEvent(
|
|
38
|
+
gemiusPrismIdentifier: string,
|
|
39
|
+
extraParameters: Object | null
|
|
40
|
+
): void;
|
|
41
|
+
|
|
42
|
+
sendActionEvent(
|
|
43
|
+
gemiusPrismIdentifier: string,
|
|
44
|
+
extraParameters: Object | null
|
|
45
|
+
): void;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export default TurboModuleRegistry.getEnforcing<Spec>('LRTGemiusPlugin');
|
package/src/index.tsx
ADDED
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import NativeLRTGemiusPlugin, {
|
|
2
|
+
type GemiusParams,
|
|
3
|
+
} from './NativeLRTGemiusPlugin';
|
|
4
|
+
|
|
5
|
+
const PROGRAM_TYPE_VIDEO = 'video';
|
|
6
|
+
const PROGRAM_TYPE_AUDIO = 'audio';
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Duration used for live streams
|
|
10
|
+
*/
|
|
11
|
+
export const DURATION_LIVE_STREAM = -1;
|
|
12
|
+
|
|
13
|
+
export { type GemiusParams };
|
|
14
|
+
|
|
15
|
+
export default class Gemius {
|
|
16
|
+
static setAppInfo(
|
|
17
|
+
app: string,
|
|
18
|
+
version: string,
|
|
19
|
+
gemiusHitCollectorHost: string,
|
|
20
|
+
gemiusPrismIdentifier: string
|
|
21
|
+
): void {
|
|
22
|
+
NativeLRTGemiusPlugin.setAppInfo(
|
|
23
|
+
app,
|
|
24
|
+
version,
|
|
25
|
+
gemiusHitCollectorHost,
|
|
26
|
+
gemiusPrismIdentifier
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
static setPlayerInfo(
|
|
31
|
+
playerId: string,
|
|
32
|
+
serverHost: string,
|
|
33
|
+
accountId: string
|
|
34
|
+
): void {
|
|
35
|
+
NativeLRTGemiusPlugin.setPlayerInfo(playerId, serverHost, accountId);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
static setProgramData(
|
|
39
|
+
clipId: string,
|
|
40
|
+
name: string,
|
|
41
|
+
duration: number,
|
|
42
|
+
isVideo: boolean
|
|
43
|
+
): void {
|
|
44
|
+
const type = isVideo === true ? PROGRAM_TYPE_VIDEO : PROGRAM_TYPE_AUDIO;
|
|
45
|
+
NativeLRTGemiusPlugin.setProgramData(clipId, name, duration, type);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
static sendPlay(clipId: string, offset: number): void {
|
|
49
|
+
NativeLRTGemiusPlugin.sendPlay(clipId, offset);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
static sendPause(clipId: string, offset: number): void {
|
|
53
|
+
NativeLRTGemiusPlugin.sendPause(clipId, offset);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
static sendBuffer(clipId: string, offset: number): void {
|
|
57
|
+
NativeLRTGemiusPlugin.sendBuffer(clipId, offset);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
static sendStop(clipId: string, offset: number): void {
|
|
61
|
+
NativeLRTGemiusPlugin.sendStop(clipId, offset);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
static sendComplete(clipId: string, offset: number): void {
|
|
65
|
+
NativeLRTGemiusPlugin.sendComplete(clipId, offset);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
static sendClose(clipId: string, offset: number): void {
|
|
69
|
+
NativeLRTGemiusPlugin.sendClose(clipId, offset);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
static sendSeek(clipId: string, offset: number): void {
|
|
73
|
+
NativeLRTGemiusPlugin.sendSeek(clipId, offset);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
static sendPartialPageViewedEvent(
|
|
77
|
+
gemiusPrismIdentifier: string,
|
|
78
|
+
extraParameters: GemiusParams | null = null
|
|
79
|
+
): void {
|
|
80
|
+
NativeLRTGemiusPlugin.sendPartialPageViewedEvent(
|
|
81
|
+
gemiusPrismIdentifier,
|
|
82
|
+
extraParameters
|
|
83
|
+
);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
static sendPageViewedEvent(
|
|
87
|
+
gemiusPrismIdentifier: string,
|
|
88
|
+
extraParameters: GemiusParams | null = null
|
|
89
|
+
): void {
|
|
90
|
+
NativeLRTGemiusPlugin.sendPageViewedEvent(
|
|
91
|
+
gemiusPrismIdentifier,
|
|
92
|
+
extraParameters
|
|
93
|
+
);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
static sendActionEvent(
|
|
97
|
+
gemiusPrismIdentifier: string,
|
|
98
|
+
extraParameters: GemiusParams | null = null
|
|
99
|
+
): void {
|
|
100
|
+
NativeLRTGemiusPlugin.sendActionEvent(
|
|
101
|
+
gemiusPrismIdentifier,
|
|
102
|
+
extraParameters
|
|
103
|
+
);
|
|
104
|
+
}
|
|
105
|
+
}
|
package/.gitattributes
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
*.pbxproj -text
|
package/android/.classpath
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<classpath>
|
|
3
|
-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
|
|
4
|
-
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
|
|
5
|
-
<classpathentry kind="output" path="bin/default"/>
|
|
6
|
-
</classpath>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
## For more details on how to configure your build environment visit
|
|
2
|
-
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
3
|
-
#
|
|
4
|
-
# Specifies the JVM arguments used for the daemon process.
|
|
5
|
-
# The setting is particularly useful for tweaking memory settings.
|
|
6
|
-
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
|
7
|
-
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
8
|
-
#
|
|
9
|
-
# When configured, Gradle will run in incubating parallel mode.
|
|
10
|
-
# This option should only be used with decoupled projects. More details, visit
|
|
11
|
-
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
12
|
-
# org.gradle.parallel=true
|
|
13
|
-
#Fri May 20 16:15:07 EEST 2022
|
|
14
|
-
android.useAndroidX=true
|
|
15
|
-
android.enableJetifier=true
|
|
16
|
-
|
|
17
|
-
mavenGemiusUser=lrt.lt
|
|
18
|
-
mavenGemiusPassword=iZx3rVJVOEvlQKTanIsNlxQV57wa1VTv56hcDRMQbS7HD11Xc33hkrBrhI2TAmTg
|
|
19
|
-
|
|
20
|
-
# Use this property to specify which architecture you want to build.
|
|
21
|
-
# You can also override it from the CLI using
|
|
22
|
-
# ./gradlew <task> -PreactNativeArchitectures=x86_64
|
|
23
|
-
reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
|
|
24
|
-
|
|
25
|
-
# Use this property to enable support to the new architecture.
|
|
26
|
-
# This will allow you to use TurboModules and the Fabric render in
|
|
27
|
-
# your application. You should enable this flag either if you want
|
|
28
|
-
# to write custom TurboModules/Fabric components OR use libraries that
|
|
29
|
-
# are providing them.
|
|
30
|
-
newArchEnabled=true
|
|
31
|
-
|
|
32
|
-
# Use this property to enable or disable the Hermes JS engine.
|
|
33
|
-
# If set to false, you will be using JSC instead.
|
|
34
|
-
hermesEnabled=true
|
|
35
|
-
|
|
36
|
-
# Use this property to enable edge-to-edge display support.
|
|
37
|
-
# This allows your app to draw behind system bars for an immersive UI.
|
|
38
|
-
# Note: Only works with ReactActivity and should not be used with custom Activity.
|
|
39
|
-
edgeToEdgeEnabled=false
|
|
40
|
-
|
|
41
|
-
systemProp.javax.net.ssl.trustStore=/dev/null
|
|
42
|
-
systemProp.javax.net.ssl.trustStoreType=KeychainStore
|
|
43
|
-
|
|
Binary file
|
|
File without changes
|