bureau-sdk 0.0.1-alpha01

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.
Files changed (51) hide show
  1. package/README.md +107 -0
  2. package/android/build.gradle +120 -0
  3. package/android/gradle.properties +5 -0
  4. package/android/libs/id/bureau/analytics/1.0.0/analytics-1.0.0.aar +0 -0
  5. package/android/libs/id/bureau/analytics/1.0.0/analytics-1.0.0.module +137 -0
  6. package/android/libs/id/bureau/analytics/1.0.0/analytics-1.0.0.pom +64 -0
  7. package/android/libs/id/bureau/analytics/maven-metadata-local.xml +13 -0
  8. package/android/libs/id/bureau/backend-config/1.0.0/backend-config-1.0.0.aar +0 -0
  9. package/android/libs/id/bureau/backend-config/1.0.0/backend-config-1.0.0.module +179 -0
  10. package/android/libs/id/bureau/backend-config/1.0.0/backend-config-1.0.0.pom +100 -0
  11. package/android/libs/id/bureau/backend-config/maven-metadata-local.xml +13 -0
  12. package/android/libs/id/bureau/base/1.0.0/base-1.0.0.aar +0 -0
  13. package/android/libs/id/bureau/base/1.0.0/base-1.0.0.module +102 -0
  14. package/android/libs/id/bureau/base/1.0.0/base-1.0.0.pom +46 -0
  15. package/android/libs/id/bureau/base/maven-metadata-local.xml +13 -0
  16. package/android/libs/id/bureau/behavioural-biometrics/1.0.0/behavioural-biometrics-1.0.0.aar +0 -0
  17. package/android/libs/id/bureau/behavioural-biometrics/1.0.0/behavioural-biometrics-1.0.0.module +193 -0
  18. package/android/libs/id/bureau/behavioural-biometrics/1.0.0/behavioural-biometrics-1.0.0.pom +106 -0
  19. package/android/libs/id/bureau/behavioural-biometrics/maven-metadata-local.xml +13 -0
  20. package/android/libs/id/bureau/bureausdk/1.0.0/bureausdk-1.0.0.aar +0 -0
  21. package/android/libs/id/bureau/bureausdk/1.0.0/bureausdk-1.0.0.module +144 -0
  22. package/android/libs/id/bureau/bureausdk/1.0.0/bureausdk-1.0.0.pom +58 -0
  23. package/android/libs/id/bureau/bureausdk/maven-metadata-local.xml +13 -0
  24. package/android/libs/id/bureau/checkRoot/1.0.0/checkRoot-1.0.0.aar +0 -0
  25. package/android/libs/id/bureau/checkRoot/1.0.0/checkRoot-1.0.0.module +88 -0
  26. package/android/libs/id/bureau/checkRoot/1.0.0/checkRoot-1.0.0.pom +34 -0
  27. package/android/libs/id/bureau/checkRoot/maven-metadata-local.xml +13 -0
  28. package/android/libs/id/bureau/device-intelligence/1.0.0/device-intelligence-1.0.0.aar +0 -0
  29. package/android/libs/id/bureau/device-intelligence/1.0.0/device-intelligence-1.0.0.module +228 -0
  30. package/android/libs/id/bureau/device-intelligence/1.0.0/device-intelligence-1.0.0.pom +124 -0
  31. package/android/libs/id/bureau/device-intelligence/maven-metadata-local.xml +13 -0
  32. package/android/libs/id/bureau/network/1.0.0/network-1.0.0.aar +0 -0
  33. package/android/libs/id/bureau/network/1.0.0/network-1.0.0.module +109 -0
  34. package/android/libs/id/bureau/network/1.0.0/network-1.0.0.pom +52 -0
  35. package/android/libs/id/bureau/network/maven-metadata-local.xml +13 -0
  36. package/android/src/main/AndroidManifest.xml +3 -0
  37. package/android/src/main/AndroidManifestNew.xml +2 -0
  38. package/android/src/main/java/com/samplenativemodule/FraudNativeModule.kt +70 -0
  39. package/android/src/main/java/com/samplenativemodule/FraudNativeModulePackage.kt +17 -0
  40. package/bureau-sdk.podspec +43 -0
  41. package/ios/FraudNativeModule.mm +21 -0
  42. package/ios/FraudNativeModule.swift +40 -0
  43. package/ios/SampleNativeModule-Bridging-Header.h +2 -0
  44. package/ios/SampleNativeModule.mm +14 -0
  45. package/ios/SampleNativeModule.swift +8 -0
  46. package/lib/commonjs/index.js +43 -0
  47. package/lib/commonjs/index.js.map +1 -0
  48. package/lib/module/index.js +38 -0
  49. package/lib/module/index.js.map +1 -0
  50. package/package.json +129 -0
  51. package/src/index.tsx +58 -0
@@ -0,0 +1,144 @@
1
+ {
2
+ "formatVersion": "1.1",
3
+ "component": {
4
+ "group": "id.bureau",
5
+ "module": "bureausdk",
6
+ "version": "1.0.0",
7
+ "attributes": {
8
+ "org.gradle.status": "release"
9
+ }
10
+ },
11
+ "createdBy": {
12
+ "gradle": {
13
+ "version": "7.4.2"
14
+ }
15
+ },
16
+ "variants": [
17
+ {
18
+ "name": "releaseApiElements-published",
19
+ "attributes": {
20
+ "org.gradle.category": "library",
21
+ "org.gradle.usage": "java-api",
22
+ "org.jetbrains.kotlin.platform.type": "androidJvm"
23
+ },
24
+ "dependencies": [
25
+ {
26
+ "group": "id.bureau",
27
+ "module": "device-intelligence",
28
+ "version": {
29
+ "requires": "1.0.0"
30
+ }
31
+ },
32
+ {
33
+ "group": "id.bureau",
34
+ "module": "behavioural-biometrics",
35
+ "version": {
36
+ "requires": "1.0.0"
37
+ }
38
+ },
39
+ {
40
+ "group": "id.bureau",
41
+ "module": "backend-config",
42
+ "version": {
43
+ "requires": "1.0.0"
44
+ }
45
+ },
46
+ {
47
+ "group": "org.jetbrains.kotlinx",
48
+ "module": "kotlinx-coroutines-android",
49
+ "version": {
50
+ "requires": "1.6.4"
51
+ }
52
+ },
53
+ {
54
+ "group": "org.jetbrains.kotlin",
55
+ "module": "kotlin-stdlib-jdk8",
56
+ "version": {
57
+ "requires": "1.6.21"
58
+ }
59
+ }
60
+ ],
61
+ "files": [
62
+ {
63
+ "name": "bureausdk-1.0.0.aar",
64
+ "url": "bureausdk-1.0.0.aar",
65
+ "size": 13984,
66
+ "sha512": "86fd913291053ec84a399e563cb4c6943f5239d5e82f1df4ea5b8b648623107e92f28b782789ba9fa04e15eeb049f9e74a1293e3cebc3ae133aa99bda39af1c3",
67
+ "sha256": "4247e6f13891246e71f9566f2fbc17325ea1d9570450eda30b11fe55f9e5896a",
68
+ "sha1": "c5eb3fac3cd75a14e36994924d22366258af06b9",
69
+ "md5": "196ad7abc1c22a203c3ee8b4fd926737"
70
+ }
71
+ ]
72
+ },
73
+ {
74
+ "name": "releaseRuntimeElements-published",
75
+ "attributes": {
76
+ "org.gradle.category": "library",
77
+ "org.gradle.usage": "java-runtime",
78
+ "org.jetbrains.kotlin.platform.type": "androidJvm"
79
+ },
80
+ "dependencies": [
81
+ {
82
+ "group": "id.bureau",
83
+ "module": "device-intelligence",
84
+ "version": {
85
+ "requires": "1.0.0"
86
+ }
87
+ },
88
+ {
89
+ "group": "id.bureau",
90
+ "module": "behavioural-biometrics",
91
+ "version": {
92
+ "requires": "1.0.0"
93
+ }
94
+ },
95
+ {
96
+ "group": "id.bureau",
97
+ "module": "backend-config",
98
+ "version": {
99
+ "requires": "1.0.0"
100
+ }
101
+ },
102
+ {
103
+ "group": "org.jetbrains.kotlinx",
104
+ "module": "kotlinx-coroutines-android",
105
+ "version": {
106
+ "requires": "1.6.4"
107
+ }
108
+ },
109
+ {
110
+ "group": "org.jetbrains.kotlin",
111
+ "module": "kotlin-stdlib-jdk8",
112
+ "version": {
113
+ "requires": "1.6.21"
114
+ }
115
+ },
116
+ {
117
+ "group": "io.michaelrocks",
118
+ "module": "paranoid-core",
119
+ "version": {
120
+ "requires": "0.3.7"
121
+ }
122
+ },
123
+ {
124
+ "group": "androidx.core",
125
+ "module": "core-ktx",
126
+ "version": {
127
+ "requires": "1.8.0"
128
+ }
129
+ }
130
+ ],
131
+ "files": [
132
+ {
133
+ "name": "bureausdk-1.0.0.aar",
134
+ "url": "bureausdk-1.0.0.aar",
135
+ "size": 13984,
136
+ "sha512": "86fd913291053ec84a399e563cb4c6943f5239d5e82f1df4ea5b8b648623107e92f28b782789ba9fa04e15eeb049f9e74a1293e3cebc3ae133aa99bda39af1c3",
137
+ "sha256": "4247e6f13891246e71f9566f2fbc17325ea1d9570450eda30b11fe55f9e5896a",
138
+ "sha1": "c5eb3fac3cd75a14e36994924d22366258af06b9",
139
+ "md5": "196ad7abc1c22a203c3ee8b4fd926737"
140
+ }
141
+ ]
142
+ }
143
+ ]
144
+ }
@@ -0,0 +1,58 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4
+ <!-- This module was also published with a richer model, Gradle metadata, -->
5
+ <!-- which should be used instead. Do not delete the following line which -->
6
+ <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7
+ <!-- that they should prefer consuming it instead. -->
8
+ <!-- do_not_remove: published-with-gradle-metadata -->
9
+ <modelVersion>4.0.0</modelVersion>
10
+ <groupId>id.bureau</groupId>
11
+ <artifactId>bureausdk</artifactId>
12
+ <version>1.0.0</version>
13
+ <packaging>aar</packaging>
14
+ <dependencies>
15
+ <dependency>
16
+ <groupId>id.bureau</groupId>
17
+ <artifactId>device-intelligence</artifactId>
18
+ <version>1.0.0</version>
19
+ <scope>compile</scope>
20
+ </dependency>
21
+ <dependency>
22
+ <groupId>id.bureau</groupId>
23
+ <artifactId>behavioural-biometrics</artifactId>
24
+ <version>1.0.0</version>
25
+ <scope>compile</scope>
26
+ </dependency>
27
+ <dependency>
28
+ <groupId>id.bureau</groupId>
29
+ <artifactId>backend-config</artifactId>
30
+ <version>1.0.0</version>
31
+ <scope>compile</scope>
32
+ </dependency>
33
+ <dependency>
34
+ <groupId>org.jetbrains.kotlinx</groupId>
35
+ <artifactId>kotlinx-coroutines-android</artifactId>
36
+ <version>1.6.4</version>
37
+ <scope>compile</scope>
38
+ </dependency>
39
+ <dependency>
40
+ <groupId>org.jetbrains.kotlin</groupId>
41
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
42
+ <version>1.6.21</version>
43
+ <scope>compile</scope>
44
+ </dependency>
45
+ <dependency>
46
+ <groupId>io.michaelrocks</groupId>
47
+ <artifactId>paranoid-core</artifactId>
48
+ <version>0.3.7</version>
49
+ <scope>runtime</scope>
50
+ </dependency>
51
+ <dependency>
52
+ <groupId>androidx.core</groupId>
53
+ <artifactId>core-ktx</artifactId>
54
+ <version>1.8.0</version>
55
+ <scope>runtime</scope>
56
+ </dependency>
57
+ </dependencies>
58
+ </project>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <metadata>
3
+ <groupId>id.bureau</groupId>
4
+ <artifactId>bureausdk</artifactId>
5
+ <versioning>
6
+ <latest>1.0.0</latest>
7
+ <release>1.0.0</release>
8
+ <versions>
9
+ <version>1.0.0</version>
10
+ </versions>
11
+ <lastUpdated>20251218105030</lastUpdated>
12
+ </versioning>
13
+ </metadata>
@@ -0,0 +1,88 @@
1
+ {
2
+ "formatVersion": "1.1",
3
+ "component": {
4
+ "group": "id.bureau",
5
+ "module": "checkRoot",
6
+ "version": "1.0.0",
7
+ "attributes": {
8
+ "org.gradle.status": "release"
9
+ }
10
+ },
11
+ "createdBy": {
12
+ "gradle": {
13
+ "version": "7.4.2"
14
+ }
15
+ },
16
+ "variants": [
17
+ {
18
+ "name": "releaseApiElements-published",
19
+ "attributes": {
20
+ "org.gradle.category": "library",
21
+ "org.gradle.usage": "java-api",
22
+ "org.jetbrains.kotlin.platform.type": "androidJvm"
23
+ },
24
+ "dependencies": [
25
+ {
26
+ "group": "org.jetbrains.kotlin",
27
+ "module": "kotlin-stdlib-jdk8",
28
+ "version": {
29
+ "requires": "1.6.21"
30
+ }
31
+ }
32
+ ],
33
+ "files": [
34
+ {
35
+ "name": "checkRoot-1.0.0.aar",
36
+ "url": "checkRoot-1.0.0.aar",
37
+ "size": 12469,
38
+ "sha512": "b837ad6de42eb89283d55c6c9e16f27358dcd56174d2c5d146f21a78500b69413cea5d8bd865fefcbf6ecfe649d2faad0abc2aae3288c7801d94daf0b192e4ab",
39
+ "sha256": "8670e778c61b3d248dcc872d998cbbdd0a8e28420bdeb51e9b3bbb46b8c0739c",
40
+ "sha1": "05fe241729922de5437f9d356ac036cbb785648c",
41
+ "md5": "45f12868fd6c9087b63349118899b7ed"
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "name": "releaseRuntimeElements-published",
47
+ "attributes": {
48
+ "org.gradle.category": "library",
49
+ "org.gradle.usage": "java-runtime",
50
+ "org.jetbrains.kotlin.platform.type": "androidJvm"
51
+ },
52
+ "dependencies": [
53
+ {
54
+ "group": "org.jetbrains.kotlin",
55
+ "module": "kotlin-stdlib-jdk8",
56
+ "version": {
57
+ "requires": "1.6.21"
58
+ }
59
+ },
60
+ {
61
+ "group": "io.michaelrocks",
62
+ "module": "paranoid-core",
63
+ "version": {
64
+ "requires": "0.3.7"
65
+ }
66
+ },
67
+ {
68
+ "group": "androidx.core",
69
+ "module": "core-ktx",
70
+ "version": {
71
+ "requires": "1.8.0"
72
+ }
73
+ }
74
+ ],
75
+ "files": [
76
+ {
77
+ "name": "checkRoot-1.0.0.aar",
78
+ "url": "checkRoot-1.0.0.aar",
79
+ "size": 12469,
80
+ "sha512": "b837ad6de42eb89283d55c6c9e16f27358dcd56174d2c5d146f21a78500b69413cea5d8bd865fefcbf6ecfe649d2faad0abc2aae3288c7801d94daf0b192e4ab",
81
+ "sha256": "8670e778c61b3d248dcc872d998cbbdd0a8e28420bdeb51e9b3bbb46b8c0739c",
82
+ "sha1": "05fe241729922de5437f9d356ac036cbb785648c",
83
+ "md5": "45f12868fd6c9087b63349118899b7ed"
84
+ }
85
+ ]
86
+ }
87
+ ]
88
+ }
@@ -0,0 +1,34 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4
+ <!-- This module was also published with a richer model, Gradle metadata, -->
5
+ <!-- which should be used instead. Do not delete the following line which -->
6
+ <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
7
+ <!-- that they should prefer consuming it instead. -->
8
+ <!-- do_not_remove: published-with-gradle-metadata -->
9
+ <modelVersion>4.0.0</modelVersion>
10
+ <groupId>id.bureau</groupId>
11
+ <artifactId>checkRoot</artifactId>
12
+ <version>1.0.0</version>
13
+ <packaging>aar</packaging>
14
+ <dependencies>
15
+ <dependency>
16
+ <groupId>org.jetbrains.kotlin</groupId>
17
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
18
+ <version>1.6.21</version>
19
+ <scope>compile</scope>
20
+ </dependency>
21
+ <dependency>
22
+ <groupId>io.michaelrocks</groupId>
23
+ <artifactId>paranoid-core</artifactId>
24
+ <version>0.3.7</version>
25
+ <scope>runtime</scope>
26
+ </dependency>
27
+ <dependency>
28
+ <groupId>androidx.core</groupId>
29
+ <artifactId>core-ktx</artifactId>
30
+ <version>1.8.0</version>
31
+ <scope>runtime</scope>
32
+ </dependency>
33
+ </dependencies>
34
+ </project>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <metadata>
3
+ <groupId>id.bureau</groupId>
4
+ <artifactId>checkRoot</artifactId>
5
+ <versioning>
6
+ <latest>1.0.0</latest>
7
+ <release>1.0.0</release>
8
+ <versions>
9
+ <version>1.0.0</version>
10
+ </versions>
11
+ <lastUpdated>20251218105025</lastUpdated>
12
+ </versioning>
13
+ </metadata>
@@ -0,0 +1,228 @@
1
+ {
2
+ "formatVersion": "1.1",
3
+ "component": {
4
+ "group": "id.bureau",
5
+ "module": "device-intelligence",
6
+ "version": "1.0.0",
7
+ "attributes": {
8
+ "org.gradle.status": "release"
9
+ }
10
+ },
11
+ "createdBy": {
12
+ "gradle": {
13
+ "version": "7.4.2"
14
+ }
15
+ },
16
+ "variants": [
17
+ {
18
+ "name": "releaseApiElements-published",
19
+ "attributes": {
20
+ "org.gradle.category": "library",
21
+ "org.gradle.usage": "java-api",
22
+ "org.jetbrains.kotlin.platform.type": "androidJvm"
23
+ },
24
+ "dependencies": [
25
+ {
26
+ "group": "id.bureau",
27
+ "module": "network",
28
+ "version": {
29
+ "requires": "1.0.0"
30
+ }
31
+ },
32
+ {
33
+ "group": "id.bureau",
34
+ "module": "base",
35
+ "version": {
36
+ "requires": "1.0.0"
37
+ }
38
+ },
39
+ {
40
+ "group": "id.bureau",
41
+ "module": "checkRoot",
42
+ "version": {
43
+ "requires": "1.0.0"
44
+ }
45
+ },
46
+ {
47
+ "group": "id.bureau",
48
+ "module": "analytics",
49
+ "version": {
50
+ "requires": "1.0.0"
51
+ }
52
+ },
53
+ {
54
+ "group": "id.bureau",
55
+ "module": "backend-config",
56
+ "version": {
57
+ "requires": "1.0.0"
58
+ }
59
+ },
60
+ {
61
+ "group": "org.jetbrains.kotlin",
62
+ "module": "kotlin-stdlib-jdk8",
63
+ "version": {
64
+ "requires": "1.6.21"
65
+ }
66
+ }
67
+ ],
68
+ "files": [
69
+ {
70
+ "name": "device-intelligence-1.0.0.aar",
71
+ "url": "device-intelligence-1.0.0.aar",
72
+ "size": 293746,
73
+ "sha512": "865971ce9dae687a691b56813cdede93115c369f901e36ad0a41cdb4625f66f6e8dc081d866de0197207f0e9634ded7a7c564657a6b714cb67909db558c452e4",
74
+ "sha256": "b0e67a74a87e7eb6a3aac2ba423c90cdc6ca5c3b1380e71e04fd41b63ee6bf48",
75
+ "sha1": "effd79ed81187468333477614c63a2c4156c9e58",
76
+ "md5": "c305b72a092370ce71af7b716f924f1f"
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "name": "releaseRuntimeElements-published",
82
+ "attributes": {
83
+ "org.gradle.category": "library",
84
+ "org.gradle.usage": "java-runtime",
85
+ "org.jetbrains.kotlin.platform.type": "androidJvm"
86
+ },
87
+ "dependencies": [
88
+ {
89
+ "group": "id.bureau",
90
+ "module": "network",
91
+ "version": {
92
+ "requires": "1.0.0"
93
+ }
94
+ },
95
+ {
96
+ "group": "id.bureau",
97
+ "module": "base",
98
+ "version": {
99
+ "requires": "1.0.0"
100
+ }
101
+ },
102
+ {
103
+ "group": "id.bureau",
104
+ "module": "checkRoot",
105
+ "version": {
106
+ "requires": "1.0.0"
107
+ }
108
+ },
109
+ {
110
+ "group": "id.bureau",
111
+ "module": "analytics",
112
+ "version": {
113
+ "requires": "1.0.0"
114
+ }
115
+ },
116
+ {
117
+ "group": "id.bureau",
118
+ "module": "backend-config",
119
+ "version": {
120
+ "requires": "1.0.0"
121
+ }
122
+ },
123
+ {
124
+ "group": "org.jetbrains.kotlin",
125
+ "module": "kotlin-stdlib-jdk8",
126
+ "version": {
127
+ "requires": "1.6.21"
128
+ }
129
+ },
130
+ {
131
+ "group": "io.michaelrocks",
132
+ "module": "paranoid-core",
133
+ "version": {
134
+ "requires": "0.3.7"
135
+ }
136
+ },
137
+ {
138
+ "group": "androidx.core",
139
+ "module": "core-ktx",
140
+ "version": {
141
+ "requires": "1.8.0"
142
+ }
143
+ },
144
+ {
145
+ "group": "androidx.recyclerview",
146
+ "module": "recyclerview",
147
+ "version": {
148
+ "requires": "1.1.0-beta02"
149
+ }
150
+ },
151
+ {
152
+ "group": "com.google.android.gms",
153
+ "module": "play-services-ads-identifier",
154
+ "version": {
155
+ "requires": "18.0.1"
156
+ }
157
+ },
158
+ {
159
+ "group": "com.squareup.retrofit2",
160
+ "module": "retrofit",
161
+ "version": {
162
+ "requires": "2.9.0"
163
+ }
164
+ },
165
+ {
166
+ "group": "com.google.android.gms",
167
+ "module": "play-services-location",
168
+ "version": {
169
+ "requires": "17.0.0"
170
+ }
171
+ },
172
+ {
173
+ "group": "com.google.code.gson",
174
+ "module": "gson",
175
+ "version": {
176
+ "requires": "2.10.1"
177
+ }
178
+ },
179
+ {
180
+ "group": "com.google.android.gms",
181
+ "module": "play-services-appset",
182
+ "version": {
183
+ "requires": "16.1.0"
184
+ }
185
+ },
186
+ {
187
+ "group": "org.jetbrains.kotlinx",
188
+ "module": "kotlinx-coroutines-play-services",
189
+ "version": {
190
+ "requires": "1.6.4"
191
+ }
192
+ },
193
+ {
194
+ "group": "androidx.datastore",
195
+ "module": "datastore-preferences",
196
+ "version": {
197
+ "requires": "1.0.0"
198
+ }
199
+ },
200
+ {
201
+ "group": "com.google.dagger",
202
+ "module": "dagger-android",
203
+ "version": {
204
+ "requires": "2.41"
205
+ }
206
+ },
207
+ {
208
+ "group": "com.google.dagger",
209
+ "module": "dagger-android-support",
210
+ "version": {
211
+ "requires": "2.41"
212
+ }
213
+ }
214
+ ],
215
+ "files": [
216
+ {
217
+ "name": "device-intelligence-1.0.0.aar",
218
+ "url": "device-intelligence-1.0.0.aar",
219
+ "size": 293746,
220
+ "sha512": "865971ce9dae687a691b56813cdede93115c369f901e36ad0a41cdb4625f66f6e8dc081d866de0197207f0e9634ded7a7c564657a6b714cb67909db558c452e4",
221
+ "sha256": "b0e67a74a87e7eb6a3aac2ba423c90cdc6ca5c3b1380e71e04fd41b63ee6bf48",
222
+ "sha1": "effd79ed81187468333477614c63a2c4156c9e58",
223
+ "md5": "c305b72a092370ce71af7b716f924f1f"
224
+ }
225
+ ]
226
+ }
227
+ ]
228
+ }