@bluebillywig/react-native-bb-player 8.47.1 → 8.47.3
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 +0 -10
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeplayersdk/8.46.0/bbnativeplayersdk-8.46.0.aar +0 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeplayersdk/8.46.0/bbnativeplayersdk-8.46.0.module +137 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeplayersdk/8.46.0/bbnativeplayersdk-8.46.0.pom +57 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeplayersdk-core/8.46.0/bbnativeplayersdk-core-8.46.0.aar +0 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeplayersdk-core/8.46.0/bbnativeplayersdk-core-8.46.0.module +264 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeplayersdk-core/8.46.0/bbnativeplayersdk-core-8.46.0.pom +171 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeshared/8.46.0/bbnativeshared-8.46.0.jar +0 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeshared/8.46.0/bbnativeshared-8.46.0.module +159 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeshared/8.46.0/bbnativeshared-8.46.0.pom +36 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeshared-android/8.46.0/bbnativeshared-android-8.46.0.aar +0 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeshared-android/8.46.0/bbnativeshared-android-8.46.0.module +329 -0
- package/android/repo/com/bluebillywig/bbnativeplayersdk/bbnativeshared-android/8.46.0/bbnativeshared-android-8.46.0.pom +267 -0
- package/android/src/main/java/com/bluebillywig/bbplayer/BBPlayerModule.kt +5 -0
- package/android/src/main/java/com/bluebillywig/bbplayer/BBPlayerView.kt +8 -0
- package/ios/BBCastButtonView.swift +1 -1
- package/ios/BBCastButtonViewManager.swift +3 -3
- package/ios/BBCastMiniControlsView.swift +1 -1
- package/ios/BBCastMiniControlsViewManager.swift +3 -3
- package/ios/BBPlayerExtensions.swift +1 -1
- package/ios/BBPlayerModule.mm +1 -0
- package/ios/BBPlayerModule.swift +72 -152
- package/ios/BBPlayerView.swift +21 -9
- package/ios/BBPlayerViewManager.swift +34 -73
- package/ios/BBShortsView.swift +6 -3
- package/ios/BBShortsViewManager.swift +11 -9
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64/BBNativePlayerKit.framework/_CodeSignature/CodeResources +256 -0
- package/ios/Frameworks/BBNativePlayerKit.xcframework/ios-arm64_x86_64-simulator/BBNativePlayerKit.framework/_CodeSignature/CodeResources +311 -0
- package/lib/commonjs/BBOutstreamView.js +1 -0
- package/lib/commonjs/BBOutstreamView.js.map +1 -1
- package/lib/commonjs/NativeCommands.js +4 -0
- package/lib/commonjs/NativeCommands.js.map +1 -1
- package/lib/commonjs/index.js +0 -4
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/specs/NativeBBPlayerModule.js.map +1 -1
- package/lib/module/BBOutstreamView.js +1 -0
- package/lib/module/BBOutstreamView.js.map +1 -1
- package/lib/module/NativeCommands.js +4 -0
- package/lib/module/NativeCommands.js.map +1 -1
- package/lib/module/index.js +0 -8
- package/lib/module/index.js.map +1 -1
- package/lib/module/specs/NativeBBPlayerModule.js.map +1 -1
- package/lib/typescript/src/BBOutstreamView.d.ts.map +1 -1
- package/lib/typescript/src/BBPlayer.types.d.ts +2 -0
- package/lib/typescript/src/BBPlayer.types.d.ts.map +1 -1
- package/lib/typescript/src/NativeCommands.d.ts +1 -0
- package/lib/typescript/src/NativeCommands.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +0 -4
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/specs/NativeBBPlayerModule.d.ts +1 -0
- package/lib/typescript/src/specs/NativeBBPlayerModule.d.ts.map +1 -1
- package/package.json +1 -1
- package/react-native-bb-player.podspec +3 -2
- package/src/BBOutstreamView.tsx +1 -0
- package/src/BBPlayer.types.ts +2 -0
- package/src/NativeCommands.ts +4 -0
- package/src/index.ts +0 -8
- package/src/specs/NativeBBPlayerModule.ts +1 -0
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"group": "com.bluebillywig.bbnativeplayersdk",
|
|
5
|
+
"module": "bbnativeshared",
|
|
6
|
+
"version": "8.46.0",
|
|
7
|
+
"attributes": {
|
|
8
|
+
"org.gradle.status": "release"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"createdBy": {
|
|
12
|
+
"gradle": {
|
|
13
|
+
"version": "8.9"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"variants": [
|
|
17
|
+
{
|
|
18
|
+
"name": "metadataApiElements",
|
|
19
|
+
"attributes": {
|
|
20
|
+
"org.gradle.category": "library",
|
|
21
|
+
"org.gradle.jvm.environment": "non-jvm",
|
|
22
|
+
"org.gradle.usage": "kotlin-metadata",
|
|
23
|
+
"org.jetbrains.kotlin.platform.type": "common"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
{
|
|
27
|
+
"name": "bbnativeshared-metadata.jar",
|
|
28
|
+
"url": "bbnativeshared-8.46.0.jar",
|
|
29
|
+
"size": 660,
|
|
30
|
+
"sha512": "b2f9847ad3b9e240fe027dd4b7bae0977964c709907294254b4906a8a4786c1c7b4d1d191aa7593985c5baac302772dcbf2933dc7173324ab645131182260d53",
|
|
31
|
+
"sha256": "1dd30ce8cca076140ed92ee748c1d35a4ac46b9da435406e353208a07267996d",
|
|
32
|
+
"sha1": "b5c589b0e46d99e25aebe48839215aaec925ae55",
|
|
33
|
+
"md5": "ba41245ca2b526249e40016327115655"
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "metadataSourcesElements",
|
|
39
|
+
"attributes": {
|
|
40
|
+
"org.gradle.category": "documentation",
|
|
41
|
+
"org.gradle.dependency.bundling": "external",
|
|
42
|
+
"org.gradle.docstype": "sources",
|
|
43
|
+
"org.gradle.jvm.environment": "non-jvm",
|
|
44
|
+
"org.gradle.usage": "kotlin-runtime",
|
|
45
|
+
"org.jetbrains.kotlin.platform.type": "common"
|
|
46
|
+
},
|
|
47
|
+
"files": [
|
|
48
|
+
{
|
|
49
|
+
"name": "bbnativeshared-kotlin-sources.jar",
|
|
50
|
+
"url": "bbnativeshared-8.46.0-sources.jar",
|
|
51
|
+
"size": 261,
|
|
52
|
+
"sha512": "1487e5a20c9e4d74f298e07c42e96a61be11b7a768c3fbc199ee138cd68e1fc2267d1cfe3f11f288acc05df755315344d052cc5f6f751f126ab4fe1caa5125ea",
|
|
53
|
+
"sha256": "c6deada2fac53b8ea6523dbda77597b128006674616f140f04df23264c6d1aa3",
|
|
54
|
+
"sha1": "2ad14aed781c4a73ed4dbb421966d408a0a06686",
|
|
55
|
+
"md5": "f43436d6bec321290f6af228ad602604"
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "debugApiElements-published",
|
|
61
|
+
"attributes": {
|
|
62
|
+
"com.android.build.api.attributes.BuildTypeAttr": "debug",
|
|
63
|
+
"org.gradle.category": "library",
|
|
64
|
+
"org.gradle.jvm.environment": "android",
|
|
65
|
+
"org.gradle.usage": "java-api",
|
|
66
|
+
"org.jetbrains.kotlin.platform.type": "androidJvm"
|
|
67
|
+
},
|
|
68
|
+
"available-at": {
|
|
69
|
+
"url": "../../bbnativeshared-android-debug/8.46.0/bbnativeshared-android-debug-8.46.0.module",
|
|
70
|
+
"group": "com.bluebillywig.bbnativeplayersdk",
|
|
71
|
+
"module": "bbnativeshared-android-debug",
|
|
72
|
+
"version": "8.46.0"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "debugRuntimeElements-published",
|
|
77
|
+
"attributes": {
|
|
78
|
+
"com.android.build.api.attributes.BuildTypeAttr": "debug",
|
|
79
|
+
"org.gradle.category": "library",
|
|
80
|
+
"org.gradle.jvm.environment": "android",
|
|
81
|
+
"org.gradle.usage": "java-runtime",
|
|
82
|
+
"org.jetbrains.kotlin.platform.type": "androidJvm"
|
|
83
|
+
},
|
|
84
|
+
"available-at": {
|
|
85
|
+
"url": "../../bbnativeshared-android-debug/8.46.0/bbnativeshared-android-debug-8.46.0.module",
|
|
86
|
+
"group": "com.bluebillywig.bbnativeplayersdk",
|
|
87
|
+
"module": "bbnativeshared-android-debug",
|
|
88
|
+
"version": "8.46.0"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "debugSourcesElements-published",
|
|
93
|
+
"attributes": {
|
|
94
|
+
"com.android.build.api.attributes.BuildTypeAttr": "debug",
|
|
95
|
+
"org.gradle.category": "documentation",
|
|
96
|
+
"org.gradle.dependency.bundling": "external",
|
|
97
|
+
"org.gradle.docstype": "sources",
|
|
98
|
+
"org.gradle.jvm.environment": "android",
|
|
99
|
+
"org.gradle.libraryelements": "jar",
|
|
100
|
+
"org.gradle.usage": "java-runtime",
|
|
101
|
+
"org.jetbrains.kotlin.platform.type": "androidJvm"
|
|
102
|
+
},
|
|
103
|
+
"available-at": {
|
|
104
|
+
"url": "../../bbnativeshared-android-debug/8.46.0/bbnativeshared-android-debug-8.46.0.module",
|
|
105
|
+
"group": "com.bluebillywig.bbnativeplayersdk",
|
|
106
|
+
"module": "bbnativeshared-android-debug",
|
|
107
|
+
"version": "8.46.0"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "releaseApiElements-published",
|
|
112
|
+
"attributes": {
|
|
113
|
+
"org.gradle.category": "library",
|
|
114
|
+
"org.gradle.jvm.environment": "android",
|
|
115
|
+
"org.gradle.usage": "java-api",
|
|
116
|
+
"org.jetbrains.kotlin.platform.type": "androidJvm"
|
|
117
|
+
},
|
|
118
|
+
"available-at": {
|
|
119
|
+
"url": "../../bbnativeshared-android/8.46.0/bbnativeshared-android-8.46.0.module",
|
|
120
|
+
"group": "com.bluebillywig.bbnativeplayersdk",
|
|
121
|
+
"module": "bbnativeshared-android",
|
|
122
|
+
"version": "8.46.0"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "releaseRuntimeElements-published",
|
|
127
|
+
"attributes": {
|
|
128
|
+
"org.gradle.category": "library",
|
|
129
|
+
"org.gradle.jvm.environment": "android",
|
|
130
|
+
"org.gradle.usage": "java-runtime",
|
|
131
|
+
"org.jetbrains.kotlin.platform.type": "androidJvm"
|
|
132
|
+
},
|
|
133
|
+
"available-at": {
|
|
134
|
+
"url": "../../bbnativeshared-android/8.46.0/bbnativeshared-android-8.46.0.module",
|
|
135
|
+
"group": "com.bluebillywig.bbnativeplayersdk",
|
|
136
|
+
"module": "bbnativeshared-android",
|
|
137
|
+
"version": "8.46.0"
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "releaseSourcesElements-published",
|
|
142
|
+
"attributes": {
|
|
143
|
+
"org.gradle.category": "documentation",
|
|
144
|
+
"org.gradle.dependency.bundling": "external",
|
|
145
|
+
"org.gradle.docstype": "sources",
|
|
146
|
+
"org.gradle.jvm.environment": "android",
|
|
147
|
+
"org.gradle.libraryelements": "jar",
|
|
148
|
+
"org.gradle.usage": "java-runtime",
|
|
149
|
+
"org.jetbrains.kotlin.platform.type": "androidJvm"
|
|
150
|
+
},
|
|
151
|
+
"available-at": {
|
|
152
|
+
"url": "../../bbnativeshared-android/8.46.0/bbnativeshared-android-8.46.0.module",
|
|
153
|
+
"group": "com.bluebillywig.bbnativeplayersdk",
|
|
154
|
+
"module": "bbnativeshared-android",
|
|
155
|
+
"version": "8.46.0"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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>com.bluebillywig.bbnativeplayersdk</groupId>
|
|
11
|
+
<artifactId>bbnativeshared</artifactId>
|
|
12
|
+
<version>8.46.0</version>
|
|
13
|
+
<name>bbnativeplayersdk Shared</name>
|
|
14
|
+
<description>Blue Billywig Native Player SDK for Android</description>
|
|
15
|
+
<url>https://github.com/bluebillywig/bbnativeplayersdk-kotlin</url>
|
|
16
|
+
<inceptionYear>2021</inceptionYear>
|
|
17
|
+
<licenses>
|
|
18
|
+
<license>
|
|
19
|
+
<name>The Apache Software License, Version 2.0</name>
|
|
20
|
+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
21
|
+
<distribution>repo</distribution>
|
|
22
|
+
</license>
|
|
23
|
+
</licenses>
|
|
24
|
+
<developers>
|
|
25
|
+
<developer>
|
|
26
|
+
<id>blue-billywig-github-workflow</id>
|
|
27
|
+
<name>Blue Billywig Github Workflow</name>
|
|
28
|
+
<email>j.koppen@bluebillywig.com</email>
|
|
29
|
+
</developer>
|
|
30
|
+
</developers>
|
|
31
|
+
<scm>
|
|
32
|
+
<connection>scm:git@github.com:bluebillywig/bbnativeplayersdk-kotlin.git</connection>
|
|
33
|
+
<developerConnection>scm:git@github.com:bluebillywig/bbnativeplayersdk-kotlin.git</developerConnection>
|
|
34
|
+
<url>https://github.com/bluebillywig/bbnativeplayersdk-kotlin</url>
|
|
35
|
+
</scm>
|
|
36
|
+
</project>
|
|
Binary file
|
|
@@ -0,0 +1,329 @@
|
|
|
1
|
+
{
|
|
2
|
+
"formatVersion": "1.1",
|
|
3
|
+
"component": {
|
|
4
|
+
"url": "../../bbnativeshared/8.46.0/bbnativeshared-8.46.0.module",
|
|
5
|
+
"group": "com.bluebillywig.bbnativeplayersdk",
|
|
6
|
+
"module": "bbnativeshared",
|
|
7
|
+
"version": "8.46.0",
|
|
8
|
+
"attributes": {
|
|
9
|
+
"org.gradle.status": "release"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
"createdBy": {
|
|
13
|
+
"gradle": {
|
|
14
|
+
"version": "8.9"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"variants": [
|
|
18
|
+
{
|
|
19
|
+
"name": "releaseApiElements-published",
|
|
20
|
+
"attributes": {
|
|
21
|
+
"org.gradle.category": "library",
|
|
22
|
+
"org.gradle.jvm.environment": "android",
|
|
23
|
+
"org.gradle.usage": "java-api",
|
|
24
|
+
"org.jetbrains.kotlin.platform.type": "androidJvm"
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
{
|
|
28
|
+
"name": "bbnativeshared-release.aar",
|
|
29
|
+
"url": "bbnativeshared-android-8.46.0.aar",
|
|
30
|
+
"size": 623013,
|
|
31
|
+
"sha512": "50245d47883f74a16711994934f116f44715127f4958181746fcb524610ba4a19cf9f9c94614e0ff15b2a1a58b32348e8e0fa141c228ec7cda1850e77e6b2d92",
|
|
32
|
+
"sha256": "562244975787a52291458df3677c9f1280ddf54065156400072d1ca31f3a0e5e",
|
|
33
|
+
"sha1": "f394c71b17656efb51f995f2042c32e4817c0291",
|
|
34
|
+
"md5": "feb337f757a9132aa24e8d4d78d2abf1"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "releaseRuntimeElements-published",
|
|
40
|
+
"attributes": {
|
|
41
|
+
"org.gradle.category": "library",
|
|
42
|
+
"org.gradle.jvm.environment": "android",
|
|
43
|
+
"org.gradle.usage": "java-runtime",
|
|
44
|
+
"org.jetbrains.kotlin.platform.type": "androidJvm"
|
|
45
|
+
},
|
|
46
|
+
"dependencies": [
|
|
47
|
+
{
|
|
48
|
+
"group": "org.jetbrains.kotlinx",
|
|
49
|
+
"module": "kotlinx-coroutines-android",
|
|
50
|
+
"version": {
|
|
51
|
+
"requires": "1.9.0"
|
|
52
|
+
},
|
|
53
|
+
"excludes": [
|
|
54
|
+
{
|
|
55
|
+
"group": "org.jetbrains.kotlin",
|
|
56
|
+
"module": "kotlin-stdlib-common"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"group": "org.jetbrains.kotlin",
|
|
60
|
+
"module": "kotlin-test-common"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"group": "org.jetbrains.kotlin",
|
|
64
|
+
"module": "kotlin-test-annotations-common"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"group": "io.ktor",
|
|
70
|
+
"module": "ktor-client-android",
|
|
71
|
+
"version": {
|
|
72
|
+
"strictly": "[2.0, 3.1)",
|
|
73
|
+
"requires": "[2.0, 3.1)",
|
|
74
|
+
"prefers": "3.0.3"
|
|
75
|
+
},
|
|
76
|
+
"excludes": [
|
|
77
|
+
{
|
|
78
|
+
"group": "org.jetbrains.kotlin",
|
|
79
|
+
"module": "kotlin-stdlib-common"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"group": "org.jetbrains.kotlin",
|
|
83
|
+
"module": "kotlin-test-common"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"group": "org.jetbrains.kotlin",
|
|
87
|
+
"module": "kotlin-test-annotations-common"
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"group": "org.jetbrains.kotlin",
|
|
93
|
+
"module": "kotlin-stdlib",
|
|
94
|
+
"excludes": [
|
|
95
|
+
{
|
|
96
|
+
"group": "org.jetbrains.kotlin",
|
|
97
|
+
"module": "kotlin-stdlib-common"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"group": "org.jetbrains.kotlin",
|
|
101
|
+
"module": "kotlin-test-common"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"group": "org.jetbrains.kotlin",
|
|
105
|
+
"module": "kotlin-test-annotations-common"
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"group": "org.jetbrains.kotlinx",
|
|
111
|
+
"module": "kotlinx-coroutines-core",
|
|
112
|
+
"version": {
|
|
113
|
+
"strictly": "[1.5.2-native-mt, 1.9.0]",
|
|
114
|
+
"requires": "[1.5.2-native-mt, 1.9.0]",
|
|
115
|
+
"prefers": "1.9.0"
|
|
116
|
+
},
|
|
117
|
+
"excludes": [
|
|
118
|
+
{
|
|
119
|
+
"group": "org.jetbrains.kotlin",
|
|
120
|
+
"module": "kotlin-stdlib-common"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"group": "org.jetbrains.kotlin",
|
|
124
|
+
"module": "kotlin-test-common"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"group": "org.jetbrains.kotlin",
|
|
128
|
+
"module": "kotlin-test-annotations-common"
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"group": "io.ktor",
|
|
134
|
+
"module": "ktor-client-core",
|
|
135
|
+
"version": {
|
|
136
|
+
"strictly": "[2.0, 3.1)",
|
|
137
|
+
"requires": "[2.0, 3.1)",
|
|
138
|
+
"prefers": "3.0.3"
|
|
139
|
+
},
|
|
140
|
+
"excludes": [
|
|
141
|
+
{
|
|
142
|
+
"group": "org.jetbrains.kotlin",
|
|
143
|
+
"module": "kotlin-stdlib-common"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"group": "org.jetbrains.kotlin",
|
|
147
|
+
"module": "kotlin-test-common"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"group": "org.jetbrains.kotlin",
|
|
151
|
+
"module": "kotlin-test-annotations-common"
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"group": "org.jetbrains.kotlinx",
|
|
157
|
+
"module": "kotlinx-serialization-json",
|
|
158
|
+
"version": {
|
|
159
|
+
"requires": "1.5.1"
|
|
160
|
+
},
|
|
161
|
+
"excludes": [
|
|
162
|
+
{
|
|
163
|
+
"group": "org.jetbrains.kotlin",
|
|
164
|
+
"module": "kotlin-stdlib-common"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"group": "org.jetbrains.kotlin",
|
|
168
|
+
"module": "kotlin-test-common"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"group": "org.jetbrains.kotlin",
|
|
172
|
+
"module": "kotlin-test-annotations-common"
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"group": "io.ktor",
|
|
178
|
+
"module": "ktor-client-serialization",
|
|
179
|
+
"version": {
|
|
180
|
+
"strictly": "[2.0, 3.1)",
|
|
181
|
+
"requires": "[2.0, 3.1)",
|
|
182
|
+
"prefers": "3.0.3"
|
|
183
|
+
},
|
|
184
|
+
"excludes": [
|
|
185
|
+
{
|
|
186
|
+
"group": "org.jetbrains.kotlin",
|
|
187
|
+
"module": "kotlin-stdlib-common"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"group": "org.jetbrains.kotlin",
|
|
191
|
+
"module": "kotlin-test-common"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"group": "org.jetbrains.kotlin",
|
|
195
|
+
"module": "kotlin-test-annotations-common"
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"group": "org.jetbrains.kotlinx",
|
|
201
|
+
"module": "kotlinx-datetime",
|
|
202
|
+
"version": {
|
|
203
|
+
"requires": "0.6.2"
|
|
204
|
+
},
|
|
205
|
+
"excludes": [
|
|
206
|
+
{
|
|
207
|
+
"group": "org.jetbrains.kotlin",
|
|
208
|
+
"module": "kotlin-stdlib-common"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"group": "org.jetbrains.kotlin",
|
|
212
|
+
"module": "kotlin-test-common"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"group": "org.jetbrains.kotlin",
|
|
216
|
+
"module": "kotlin-test-annotations-common"
|
|
217
|
+
}
|
|
218
|
+
]
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"group": "com.benasher44",
|
|
222
|
+
"module": "uuid",
|
|
223
|
+
"version": {
|
|
224
|
+
"requires": "0.3.1"
|
|
225
|
+
},
|
|
226
|
+
"excludes": [
|
|
227
|
+
{
|
|
228
|
+
"group": "org.jetbrains.kotlin",
|
|
229
|
+
"module": "kotlin-stdlib-common"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"group": "org.jetbrains.kotlin",
|
|
233
|
+
"module": "kotlin-test-common"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"group": "org.jetbrains.kotlin",
|
|
237
|
+
"module": "kotlin-test-annotations-common"
|
|
238
|
+
}
|
|
239
|
+
]
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"group": "com.soywiz.korlibs.krypto",
|
|
243
|
+
"module": "krypto",
|
|
244
|
+
"version": {
|
|
245
|
+
"requires": "2.4.12"
|
|
246
|
+
},
|
|
247
|
+
"excludes": [
|
|
248
|
+
{
|
|
249
|
+
"group": "org.jetbrains.kotlin",
|
|
250
|
+
"module": "kotlin-stdlib-common"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"group": "org.jetbrains.kotlin",
|
|
254
|
+
"module": "kotlin-test-common"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"group": "org.jetbrains.kotlin",
|
|
258
|
+
"module": "kotlin-test-annotations-common"
|
|
259
|
+
}
|
|
260
|
+
]
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"group": "co.touchlab",
|
|
264
|
+
"module": "stately-common",
|
|
265
|
+
"version": {
|
|
266
|
+
"requires": "1.2.2"
|
|
267
|
+
},
|
|
268
|
+
"excludes": [
|
|
269
|
+
{
|
|
270
|
+
"group": "org.jetbrains.kotlin",
|
|
271
|
+
"module": "kotlin-stdlib-common"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"group": "org.jetbrains.kotlin",
|
|
275
|
+
"module": "kotlin-test-common"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"group": "org.jetbrains.kotlin",
|
|
279
|
+
"module": "kotlin-test-annotations-common"
|
|
280
|
+
}
|
|
281
|
+
]
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"dependencyConstraints": [
|
|
285
|
+
{
|
|
286
|
+
"group": "org.jetbrains.kotlin",
|
|
287
|
+
"module": "kotlin-stdlib",
|
|
288
|
+
"version": {
|
|
289
|
+
"requires": "2.1.0"
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"files": [
|
|
294
|
+
{
|
|
295
|
+
"name": "bbnativeshared-release.aar",
|
|
296
|
+
"url": "bbnativeshared-android-8.46.0.aar",
|
|
297
|
+
"size": 623013,
|
|
298
|
+
"sha512": "50245d47883f74a16711994934f116f44715127f4958181746fcb524610ba4a19cf9f9c94614e0ff15b2a1a58b32348e8e0fa141c228ec7cda1850e77e6b2d92",
|
|
299
|
+
"sha256": "562244975787a52291458df3677c9f1280ddf54065156400072d1ca31f3a0e5e",
|
|
300
|
+
"sha1": "f394c71b17656efb51f995f2042c32e4817c0291",
|
|
301
|
+
"md5": "feb337f757a9132aa24e8d4d78d2abf1"
|
|
302
|
+
}
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "releaseSourcesElements-published",
|
|
307
|
+
"attributes": {
|
|
308
|
+
"org.gradle.category": "documentation",
|
|
309
|
+
"org.gradle.dependency.bundling": "external",
|
|
310
|
+
"org.gradle.docstype": "sources",
|
|
311
|
+
"org.gradle.jvm.environment": "android",
|
|
312
|
+
"org.gradle.libraryelements": "jar",
|
|
313
|
+
"org.gradle.usage": "java-runtime",
|
|
314
|
+
"org.jetbrains.kotlin.platform.type": "androidJvm"
|
|
315
|
+
},
|
|
316
|
+
"files": [
|
|
317
|
+
{
|
|
318
|
+
"name": "bbnativeshared-android-sources.jar",
|
|
319
|
+
"url": "bbnativeshared-android-8.46.0-sources.jar",
|
|
320
|
+
"size": 107407,
|
|
321
|
+
"sha512": "cb2523dbac0765dc870ea2eb0468688f42aa22a11714847f8dcdcd9b981ac73db4c67636025269aad5d5bb058e21e1621d9df2d1edc7079b101016cd243af7c8",
|
|
322
|
+
"sha256": "d304ea1fd4d156bc987be32af862da0cb055dc7b7e03dc235b610de533c38d46",
|
|
323
|
+
"sha1": "2fbeb266e76253c97dce3cedcca64c4cdf444cbe",
|
|
324
|
+
"md5": "391ccd4e384d1405150dee37b1245fba"
|
|
325
|
+
}
|
|
326
|
+
]
|
|
327
|
+
}
|
|
328
|
+
]
|
|
329
|
+
}
|