@blueid/access-capacitor 1.46.0 → 1.48.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/android/build.gradle +1 -1
- package/android/sdklib/net/blueid/access/1.48/access-1.48-sources.jar +0 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48-sources.jar.md5 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48-sources.jar.sha1 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48-sources.jar.sha256 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48-sources.jar.sha512 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.aar +0 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.aar.md5 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.aar.sha1 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.aar.sha256 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.aar.sha512 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.module +329 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.module.md5 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.module.sha1 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.module.sha256 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.module.sha512 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.pom +228 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.pom.md5 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.pom.sha1 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.pom.sha256 +1 -0
- package/android/sdklib/net/blueid/access/1.48/access-1.48.pom.sha512 +1 -0
- package/android/sdklib/net/blueid/access/maven-metadata.xml +13 -0
- package/android/sdklib/net/blueid/access/maven-metadata.xml.md5 +1 -0
- package/android/sdklib/net/blueid/access/maven-metadata.xml.sha1 +1 -0
- package/android/sdklib/net/blueid/access/maven-metadata.xml.sha256 +1 -0
- package/android/sdklib/net/blueid/access/maven-metadata.xml.sha512 +1 -0
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -52,7 +52,7 @@ repositories {
|
|
|
52
52
|
dependencies {
|
|
53
53
|
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
|
54
54
|
implementation project(':capacitor-android')
|
|
55
|
-
implementation ('net.blueid:access
|
|
55
|
+
implementation ('net.blueid:access:+@aar'){transitive=true}
|
|
56
56
|
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
|
|
57
57
|
testImplementation "junit:junit:$junitVersion"
|
|
58
58
|
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e1f5c45148332b0f1422a6668a9e9818
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d1485ab5083293de478602f5fa790f5e91ae8fa3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
4560764f8c3c1d833344d1dad49af951bef0246d854141c76f0550f5d97a3a70
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
87d050fdb3557211642fbf37caeaaeb959f77cf66f12b37b09bd33add06ede8d838f1315b53fc2d82846cb2cb2c571b6efbf050854718ab8c7e028dec95b5c88
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3783b6f4d949b56b281f0a233909ebc8
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9857232a3315cc7ccb9f2312fa92eb518ec6b601
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e2f4c6836fb07bed294b54e569fbfd1979645c5544a01941ddb6d00ac21b6e16
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7bd95c97484f8726f0a37dad9b7f2ef4b48313052d470a2b997cebef5342f441c81a1d8686a4e67d6543d9c5e054d2b68a2e46341b4da94aa52ecfccf32d0ea1
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "net.blueid",
|
|
5
|
+
"module": "access",
|
|
6
|
+
"version": "1.48",
|
|
7
|
+
"attributes": {
|
|
8
|
+
"org.gradle.status": "release"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"createdBy": {
|
|
12
|
+
"gradle": {
|
|
13
|
+
"version": "8.6"
|
|
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",
|
|
28
|
+
"version": {
|
|
29
|
+
"requires": "1.9.23"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"files": [
|
|
34
|
+
{
|
|
35
|
+
"name": "access-1.48.aar",
|
|
36
|
+
"url": "access-1.48.aar",
|
|
37
|
+
"size": 2579305,
|
|
38
|
+
"sha512": "7bd95c97484f8726f0a37dad9b7f2ef4b48313052d470a2b997cebef5342f441c81a1d8686a4e67d6543d9c5e054d2b68a2e46341b4da94aa52ecfccf32d0ea1",
|
|
39
|
+
"sha256": "e2f4c6836fb07bed294b54e569fbfd1979645c5544a01941ddb6d00ac21b6e16",
|
|
40
|
+
"sha1": "9857232a3315cc7ccb9f2312fa92eb518ec6b601",
|
|
41
|
+
"md5": "3783b6f4d949b56b281f0a233909ebc8"
|
|
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": "androidx.compose",
|
|
55
|
+
"module": "compose-bom",
|
|
56
|
+
"version": {
|
|
57
|
+
"requires": "2024.05.00"
|
|
58
|
+
},
|
|
59
|
+
"attributes": {
|
|
60
|
+
"org.gradle.category": "platform"
|
|
61
|
+
},
|
|
62
|
+
"endorseStrictVersions": true
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"group": "androidx.activity",
|
|
66
|
+
"module": "activity-compose",
|
|
67
|
+
"version": {
|
|
68
|
+
"requires": "1.9.0"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"group": "androidx.compose.material3",
|
|
73
|
+
"module": "material3",
|
|
74
|
+
"version": {
|
|
75
|
+
"requires": "1.2.1"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"group": "androidx.compose.ui",
|
|
80
|
+
"module": "ui"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"group": "androidx.compose.ui",
|
|
84
|
+
"module": "ui-graphics"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"group": "androidx.compose.ui",
|
|
88
|
+
"module": "ui-tooling-preview"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"group": "androidx.lifecycle",
|
|
92
|
+
"module": "lifecycle-viewmodel-compose",
|
|
93
|
+
"version": {
|
|
94
|
+
"requires": "2.7.0"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"group": "androidx.lifecycle",
|
|
99
|
+
"module": "lifecycle-runtime-compose",
|
|
100
|
+
"version": {
|
|
101
|
+
"requires": "2.7.0"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"group": "androidx.room",
|
|
106
|
+
"module": "room-runtime",
|
|
107
|
+
"version": {
|
|
108
|
+
"requires": "2.6.1"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"group": "com.google.android.material",
|
|
113
|
+
"module": "material",
|
|
114
|
+
"version": {
|
|
115
|
+
"requires": "1.12.0"
|
|
116
|
+
}
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"group": "androidx.room",
|
|
120
|
+
"module": "room-ktx",
|
|
121
|
+
"version": {
|
|
122
|
+
"requires": "2.6.1"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"group": "androidx.appcompat",
|
|
127
|
+
"module": "appcompat",
|
|
128
|
+
"version": {
|
|
129
|
+
"requires": "1.6.1"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"group": "com.squareup.retrofit2",
|
|
134
|
+
"module": "retrofit",
|
|
135
|
+
"version": {
|
|
136
|
+
"requires": "2.9.0"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"group": "com.squareup.retrofit2",
|
|
141
|
+
"module": "converter-scalars",
|
|
142
|
+
"version": {
|
|
143
|
+
"requires": "2.9.0"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"group": "com.squareup.okhttp3",
|
|
148
|
+
"module": "logging-interceptor",
|
|
149
|
+
"version": {
|
|
150
|
+
"requires": "4.11.0"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"group": "com.jakewharton.retrofit",
|
|
155
|
+
"module": "retrofit2-kotlinx-serialization-converter",
|
|
156
|
+
"version": {
|
|
157
|
+
"requires": "1.0.0"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"group": "no.nordicsemi.android",
|
|
162
|
+
"module": "dfu",
|
|
163
|
+
"version": {
|
|
164
|
+
"requires": "2.4.2"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"group": "no.nordicsemi.android.kotlin.ble",
|
|
169
|
+
"module": "scanner",
|
|
170
|
+
"version": {
|
|
171
|
+
"requires": "1.0.16"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"group": "no.nordicsemi.android.kotlin.ble",
|
|
176
|
+
"module": "client",
|
|
177
|
+
"version": {
|
|
178
|
+
"requires": "1.0.16"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"group": "com.google.protobuf",
|
|
183
|
+
"module": "protobuf-java",
|
|
184
|
+
"version": {
|
|
185
|
+
"requires": "4.26.1"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"group": "com.google.protobuf",
|
|
190
|
+
"module": "protobuf-java-util",
|
|
191
|
+
"version": {
|
|
192
|
+
"requires": "4.26.1"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"group": "com.jakewharton.timber",
|
|
197
|
+
"module": "timber",
|
|
198
|
+
"version": {
|
|
199
|
+
"requires": "5.0.1"
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"group": "at.favre.lib",
|
|
204
|
+
"module": "slf4j-timber",
|
|
205
|
+
"version": {
|
|
206
|
+
"requires": "1.0.0"
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"group": "androidx.activity",
|
|
211
|
+
"module": "activity-ktx",
|
|
212
|
+
"version": {
|
|
213
|
+
"requires": "1.9.0"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"group": "androidx.annotation",
|
|
218
|
+
"module": "annotation",
|
|
219
|
+
"version": {
|
|
220
|
+
"requires": "1.7.1"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"group": "org.jetbrains.kotlinx",
|
|
225
|
+
"module": "kotlinx-coroutines-android",
|
|
226
|
+
"version": {
|
|
227
|
+
"requires": "1.8.1"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"group": "org.jetbrains.kotlinx",
|
|
232
|
+
"module": "kotlinx-serialization-json",
|
|
233
|
+
"version": {
|
|
234
|
+
"requires": "1.6.0"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"group": "androidx.lifecycle",
|
|
239
|
+
"module": "lifecycle-viewmodel-ktx",
|
|
240
|
+
"version": {
|
|
241
|
+
"requires": "2.7.0"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"group": "androidx.work",
|
|
246
|
+
"module": "work-runtime",
|
|
247
|
+
"version": {
|
|
248
|
+
"requires": "2.9.0"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"group": "androidx.work",
|
|
253
|
+
"module": "work-runtime-ktx",
|
|
254
|
+
"version": {
|
|
255
|
+
"requires": "2.9.0"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"group": "com.google.dagger",
|
|
260
|
+
"module": "dagger",
|
|
261
|
+
"version": {
|
|
262
|
+
"requires": "2.50"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"group": "com.github.skydoves",
|
|
267
|
+
"module": "sandwich-retrofit",
|
|
268
|
+
"version": {
|
|
269
|
+
"requires": "2.0.6"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"group": "org.jetbrains.kotlin",
|
|
274
|
+
"module": "kotlin-reflect",
|
|
275
|
+
"version": {
|
|
276
|
+
"requires": "1.9.23"
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"group": "org.mockito",
|
|
281
|
+
"module": "mockito-bom",
|
|
282
|
+
"version": {
|
|
283
|
+
"requires": "5.11.0"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"group": "org.jetbrains.kotlin",
|
|
288
|
+
"module": "kotlin-stdlib",
|
|
289
|
+
"version": {
|
|
290
|
+
"requires": "1.9.23"
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
],
|
|
294
|
+
"files": [
|
|
295
|
+
{
|
|
296
|
+
"name": "access-1.48.aar",
|
|
297
|
+
"url": "access-1.48.aar",
|
|
298
|
+
"size": 2579305,
|
|
299
|
+
"sha512": "7bd95c97484f8726f0a37dad9b7f2ef4b48313052d470a2b997cebef5342f441c81a1d8686a4e67d6543d9c5e054d2b68a2e46341b4da94aa52ecfccf32d0ea1",
|
|
300
|
+
"sha256": "e2f4c6836fb07bed294b54e569fbfd1979645c5544a01941ddb6d00ac21b6e16",
|
|
301
|
+
"sha1": "9857232a3315cc7ccb9f2312fa92eb518ec6b601",
|
|
302
|
+
"md5": "3783b6f4d949b56b281f0a233909ebc8"
|
|
303
|
+
}
|
|
304
|
+
]
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "releaseSourcesElements-published",
|
|
308
|
+
"attributes": {
|
|
309
|
+
"org.gradle.category": "documentation",
|
|
310
|
+
"org.gradle.dependency.bundling": "external",
|
|
311
|
+
"org.gradle.docstype": "sources",
|
|
312
|
+
"org.gradle.libraryelements": "jar",
|
|
313
|
+
"org.gradle.usage": "java-runtime",
|
|
314
|
+
"org.jetbrains.kotlin.platform.type": "androidJvm"
|
|
315
|
+
},
|
|
316
|
+
"files": [
|
|
317
|
+
{
|
|
318
|
+
"name": "access-1.48-sources.jar",
|
|
319
|
+
"url": "access-1.48-sources.jar",
|
|
320
|
+
"size": 1197740,
|
|
321
|
+
"sha512": "87d050fdb3557211642fbf37caeaaeb959f77cf66f12b37b09bd33add06ede8d838f1315b53fc2d82846cb2cb2c571b6efbf050854718ab8c7e028dec95b5c88",
|
|
322
|
+
"sha256": "4560764f8c3c1d833344d1dad49af951bef0246d854141c76f0550f5d97a3a70",
|
|
323
|
+
"sha1": "d1485ab5083293de478602f5fa790f5e91ae8fa3",
|
|
324
|
+
"md5": "e1f5c45148332b0f1422a6668a9e9818"
|
|
325
|
+
}
|
|
326
|
+
]
|
|
327
|
+
}
|
|
328
|
+
]
|
|
329
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
e9d7959f4db011752df8534a2b5829ef
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
433c5650f62ae6f04d559add769ca0516ceee70d
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a58b90a0cc29e28cdbd96cd733679f1b758f89b43a9ce7ef6bace42be8e71ec8
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c26b7287e2e469b1b477824f69505c9615aa8a17d69b8295468ceddede02f2e7e5903370c2c021cc94a0ff670a53eefc95891faf18aece74ad6e1985825b0dbf
|
|
@@ -0,0 +1,228 @@
|
|
|
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>net.blueid</groupId>
|
|
11
|
+
<artifactId>access</artifactId>
|
|
12
|
+
<version>1.48</version>
|
|
13
|
+
<packaging>aar</packaging>
|
|
14
|
+
<dependencyManagement>
|
|
15
|
+
<dependencies>
|
|
16
|
+
<dependency>
|
|
17
|
+
<groupId>androidx.compose</groupId>
|
|
18
|
+
<artifactId>compose-bom</artifactId>
|
|
19
|
+
<version>2024.05.00</version>
|
|
20
|
+
<type>pom</type>
|
|
21
|
+
<scope>import</scope>
|
|
22
|
+
</dependency>
|
|
23
|
+
</dependencies>
|
|
24
|
+
</dependencyManagement>
|
|
25
|
+
<dependencies>
|
|
26
|
+
<dependency>
|
|
27
|
+
<groupId>org.jetbrains.kotlin</groupId>
|
|
28
|
+
<artifactId>kotlin-stdlib</artifactId>
|
|
29
|
+
<version>1.9.23</version>
|
|
30
|
+
<scope>compile</scope>
|
|
31
|
+
</dependency>
|
|
32
|
+
<dependency>
|
|
33
|
+
<groupId>androidx.activity</groupId>
|
|
34
|
+
<artifactId>activity-compose</artifactId>
|
|
35
|
+
<version>1.9.0</version>
|
|
36
|
+
<scope>runtime</scope>
|
|
37
|
+
</dependency>
|
|
38
|
+
<dependency>
|
|
39
|
+
<groupId>androidx.compose.material3</groupId>
|
|
40
|
+
<artifactId>material3</artifactId>
|
|
41
|
+
<version>1.2.1</version>
|
|
42
|
+
<scope>runtime</scope>
|
|
43
|
+
</dependency>
|
|
44
|
+
<dependency>
|
|
45
|
+
<groupId>androidx.compose.ui</groupId>
|
|
46
|
+
<artifactId>ui</artifactId>
|
|
47
|
+
<scope>runtime</scope>
|
|
48
|
+
</dependency>
|
|
49
|
+
<dependency>
|
|
50
|
+
<groupId>androidx.compose.ui</groupId>
|
|
51
|
+
<artifactId>ui-graphics</artifactId>
|
|
52
|
+
<scope>runtime</scope>
|
|
53
|
+
</dependency>
|
|
54
|
+
<dependency>
|
|
55
|
+
<groupId>androidx.compose.ui</groupId>
|
|
56
|
+
<artifactId>ui-tooling-preview</artifactId>
|
|
57
|
+
<scope>runtime</scope>
|
|
58
|
+
</dependency>
|
|
59
|
+
<dependency>
|
|
60
|
+
<groupId>androidx.lifecycle</groupId>
|
|
61
|
+
<artifactId>lifecycle-viewmodel-compose</artifactId>
|
|
62
|
+
<version>2.7.0</version>
|
|
63
|
+
<scope>runtime</scope>
|
|
64
|
+
</dependency>
|
|
65
|
+
<dependency>
|
|
66
|
+
<groupId>androidx.lifecycle</groupId>
|
|
67
|
+
<artifactId>lifecycle-runtime-compose</artifactId>
|
|
68
|
+
<version>2.7.0</version>
|
|
69
|
+
<scope>runtime</scope>
|
|
70
|
+
</dependency>
|
|
71
|
+
<dependency>
|
|
72
|
+
<groupId>androidx.room</groupId>
|
|
73
|
+
<artifactId>room-runtime</artifactId>
|
|
74
|
+
<version>2.6.1</version>
|
|
75
|
+
<scope>runtime</scope>
|
|
76
|
+
</dependency>
|
|
77
|
+
<dependency>
|
|
78
|
+
<groupId>com.google.android.material</groupId>
|
|
79
|
+
<artifactId>material</artifactId>
|
|
80
|
+
<version>1.12.0</version>
|
|
81
|
+
<scope>runtime</scope>
|
|
82
|
+
</dependency>
|
|
83
|
+
<dependency>
|
|
84
|
+
<groupId>androidx.room</groupId>
|
|
85
|
+
<artifactId>room-ktx</artifactId>
|
|
86
|
+
<version>2.6.1</version>
|
|
87
|
+
<scope>runtime</scope>
|
|
88
|
+
</dependency>
|
|
89
|
+
<dependency>
|
|
90
|
+
<groupId>androidx.appcompat</groupId>
|
|
91
|
+
<artifactId>appcompat</artifactId>
|
|
92
|
+
<version>1.6.1</version>
|
|
93
|
+
<scope>runtime</scope>
|
|
94
|
+
</dependency>
|
|
95
|
+
<dependency>
|
|
96
|
+
<groupId>com.squareup.retrofit2</groupId>
|
|
97
|
+
<artifactId>retrofit</artifactId>
|
|
98
|
+
<version>2.9.0</version>
|
|
99
|
+
<scope>runtime</scope>
|
|
100
|
+
</dependency>
|
|
101
|
+
<dependency>
|
|
102
|
+
<groupId>com.squareup.retrofit2</groupId>
|
|
103
|
+
<artifactId>converter-scalars</artifactId>
|
|
104
|
+
<version>2.9.0</version>
|
|
105
|
+
<scope>runtime</scope>
|
|
106
|
+
</dependency>
|
|
107
|
+
<dependency>
|
|
108
|
+
<groupId>com.squareup.okhttp3</groupId>
|
|
109
|
+
<artifactId>logging-interceptor</artifactId>
|
|
110
|
+
<version>4.11.0</version>
|
|
111
|
+
<scope>runtime</scope>
|
|
112
|
+
</dependency>
|
|
113
|
+
<dependency>
|
|
114
|
+
<groupId>com.jakewharton.retrofit</groupId>
|
|
115
|
+
<artifactId>retrofit2-kotlinx-serialization-converter</artifactId>
|
|
116
|
+
<version>1.0.0</version>
|
|
117
|
+
<scope>runtime</scope>
|
|
118
|
+
</dependency>
|
|
119
|
+
<dependency>
|
|
120
|
+
<groupId>no.nordicsemi.android</groupId>
|
|
121
|
+
<artifactId>dfu</artifactId>
|
|
122
|
+
<version>2.4.2</version>
|
|
123
|
+
<scope>runtime</scope>
|
|
124
|
+
</dependency>
|
|
125
|
+
<dependency>
|
|
126
|
+
<groupId>no.nordicsemi.android.kotlin.ble</groupId>
|
|
127
|
+
<artifactId>scanner</artifactId>
|
|
128
|
+
<version>1.0.16</version>
|
|
129
|
+
<scope>runtime</scope>
|
|
130
|
+
</dependency>
|
|
131
|
+
<dependency>
|
|
132
|
+
<groupId>no.nordicsemi.android.kotlin.ble</groupId>
|
|
133
|
+
<artifactId>client</artifactId>
|
|
134
|
+
<version>1.0.16</version>
|
|
135
|
+
<scope>runtime</scope>
|
|
136
|
+
</dependency>
|
|
137
|
+
<dependency>
|
|
138
|
+
<groupId>com.google.protobuf</groupId>
|
|
139
|
+
<artifactId>protobuf-java</artifactId>
|
|
140
|
+
<version>4.26.1</version>
|
|
141
|
+
<scope>runtime</scope>
|
|
142
|
+
</dependency>
|
|
143
|
+
<dependency>
|
|
144
|
+
<groupId>com.google.protobuf</groupId>
|
|
145
|
+
<artifactId>protobuf-java-util</artifactId>
|
|
146
|
+
<version>4.26.1</version>
|
|
147
|
+
<scope>runtime</scope>
|
|
148
|
+
</dependency>
|
|
149
|
+
<dependency>
|
|
150
|
+
<groupId>com.jakewharton.timber</groupId>
|
|
151
|
+
<artifactId>timber</artifactId>
|
|
152
|
+
<version>5.0.1</version>
|
|
153
|
+
<scope>runtime</scope>
|
|
154
|
+
</dependency>
|
|
155
|
+
<dependency>
|
|
156
|
+
<groupId>at.favre.lib</groupId>
|
|
157
|
+
<artifactId>slf4j-timber</artifactId>
|
|
158
|
+
<version>1.0.0</version>
|
|
159
|
+
<scope>runtime</scope>
|
|
160
|
+
</dependency>
|
|
161
|
+
<dependency>
|
|
162
|
+
<groupId>androidx.activity</groupId>
|
|
163
|
+
<artifactId>activity-ktx</artifactId>
|
|
164
|
+
<version>1.9.0</version>
|
|
165
|
+
<scope>runtime</scope>
|
|
166
|
+
</dependency>
|
|
167
|
+
<dependency>
|
|
168
|
+
<groupId>androidx.annotation</groupId>
|
|
169
|
+
<artifactId>annotation</artifactId>
|
|
170
|
+
<version>1.7.1</version>
|
|
171
|
+
<scope>runtime</scope>
|
|
172
|
+
</dependency>
|
|
173
|
+
<dependency>
|
|
174
|
+
<groupId>org.jetbrains.kotlinx</groupId>
|
|
175
|
+
<artifactId>kotlinx-coroutines-android</artifactId>
|
|
176
|
+
<version>1.8.1</version>
|
|
177
|
+
<scope>runtime</scope>
|
|
178
|
+
</dependency>
|
|
179
|
+
<dependency>
|
|
180
|
+
<groupId>org.jetbrains.kotlinx</groupId>
|
|
181
|
+
<artifactId>kotlinx-serialization-json</artifactId>
|
|
182
|
+
<version>1.6.0</version>
|
|
183
|
+
<scope>runtime</scope>
|
|
184
|
+
</dependency>
|
|
185
|
+
<dependency>
|
|
186
|
+
<groupId>androidx.lifecycle</groupId>
|
|
187
|
+
<artifactId>lifecycle-viewmodel-ktx</artifactId>
|
|
188
|
+
<version>2.7.0</version>
|
|
189
|
+
<scope>runtime</scope>
|
|
190
|
+
</dependency>
|
|
191
|
+
<dependency>
|
|
192
|
+
<groupId>androidx.work</groupId>
|
|
193
|
+
<artifactId>work-runtime</artifactId>
|
|
194
|
+
<version>2.9.0</version>
|
|
195
|
+
<scope>runtime</scope>
|
|
196
|
+
</dependency>
|
|
197
|
+
<dependency>
|
|
198
|
+
<groupId>androidx.work</groupId>
|
|
199
|
+
<artifactId>work-runtime-ktx</artifactId>
|
|
200
|
+
<version>2.9.0</version>
|
|
201
|
+
<scope>runtime</scope>
|
|
202
|
+
</dependency>
|
|
203
|
+
<dependency>
|
|
204
|
+
<groupId>com.google.dagger</groupId>
|
|
205
|
+
<artifactId>dagger</artifactId>
|
|
206
|
+
<version>2.50</version>
|
|
207
|
+
<scope>runtime</scope>
|
|
208
|
+
</dependency>
|
|
209
|
+
<dependency>
|
|
210
|
+
<groupId>com.github.skydoves</groupId>
|
|
211
|
+
<artifactId>sandwich-retrofit</artifactId>
|
|
212
|
+
<version>2.0.6</version>
|
|
213
|
+
<scope>runtime</scope>
|
|
214
|
+
</dependency>
|
|
215
|
+
<dependency>
|
|
216
|
+
<groupId>org.jetbrains.kotlin</groupId>
|
|
217
|
+
<artifactId>kotlin-reflect</artifactId>
|
|
218
|
+
<version>1.9.23</version>
|
|
219
|
+
<scope>runtime</scope>
|
|
220
|
+
</dependency>
|
|
221
|
+
<dependency>
|
|
222
|
+
<groupId>org.mockito</groupId>
|
|
223
|
+
<artifactId>mockito-bom</artifactId>
|
|
224
|
+
<version>5.11.0</version>
|
|
225
|
+
<scope>runtime</scope>
|
|
226
|
+
</dependency>
|
|
227
|
+
</dependencies>
|
|
228
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
dcb7870c1c53ef9a56439386c9d62863
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ef3773d2c12776212dc337076b313189a3d93151
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6f2239521750b6c044c5576bfbd3ff67927c21e9e0a5eb18cc5cbf927a0323d5
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
11433d115afa24c8cf5bb192c0b573e520415bc94192d12c26332f8197b370b44f8c03219fbd08feb7885bab1af1cc099859f6b86bb9d63243b73ddf500aeed0
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>net.blueid</groupId>
|
|
4
|
+
<artifactId>access</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>1.48</latest>
|
|
7
|
+
<release>1.48</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>1.48</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20240531105405</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5db97ab25996bd91b61e6aeb20ce893c
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c716bc613fa3542e01779d568e0548e34cca181d
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d44a6e54ec59c98383cd30e84f05304f8f6c975575b6d85479ed2d6bbb2ac9c3
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b0a35a5a1f43491fc90b4c1bbe9e5b005858a81c95c3ddf737f5712c6632c41d2358b0e142a978d85afd6ccaba607ddc8822ff9932a832c182c557b48ef29d6d
|