expo-video 2.1.0 → 2.1.1-canary-20250408-7f0ab53

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 (28) hide show
  1. package/android/build.gradle +2 -2
  2. package/expo-module.config.json +7 -1
  3. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53-sources.jar +0 -0
  4. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53-sources.jar.md5 +1 -0
  5. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53-sources.jar.sha1 +1 -0
  6. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53-sources.jar.sha256 +1 -0
  7. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53-sources.jar.sha512 +1 -0
  8. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.aar +0 -0
  9. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.aar.md5 +1 -0
  10. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.aar.sha1 +1 -0
  11. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.aar.sha256 +1 -0
  12. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.aar.sha512 +1 -0
  13. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.module +147 -0
  14. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.module.md5 +1 -0
  15. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.module.sha1 +1 -0
  16. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.module.sha256 +1 -0
  17. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.module.sha512 +1 -0
  18. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.pom +88 -0
  19. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.pom.md5 +1 -0
  20. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.pom.sha1 +1 -0
  21. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.pom.sha256 +1 -0
  22. package/local-maven-repo/host/exp/exponent/expo.modules.video/2.1.1-canary-20250408-7f0ab53/expo.modules.video-2.1.1-canary-20250408-7f0ab53.pom.sha512 +1 -0
  23. package/local-maven-repo/host/exp/exponent/expo.modules.video/maven-metadata.xml +13 -0
  24. package/local-maven-repo/host/exp/exponent/expo.modules.video/maven-metadata.xml.md5 +1 -0
  25. package/local-maven-repo/host/exp/exponent/expo.modules.video/maven-metadata.xml.sha1 +1 -0
  26. package/local-maven-repo/host/exp/exponent/expo.modules.video/maven-metadata.xml.sha256 +1 -0
  27. package/local-maven-repo/host/exp/exponent/expo.modules.video/maven-metadata.xml.sha512 +1 -0
  28. package/package.json +4 -5
@@ -4,13 +4,13 @@ plugins {
4
4
  }
5
5
 
6
6
  group = 'host.exp.exponent'
7
- version = '2.1.0'
7
+ version = '2.1.1-canary-20250408-7f0ab53'
8
8
 
9
9
  android {
10
10
  namespace "expo.modules.video"
11
11
  defaultConfig {
12
12
  versionCode 1
13
- versionName '2.1.0'
13
+ versionName '2.1.1-canary-20250408-7f0ab53'
14
14
  }
15
15
  }
16
16
 
@@ -4,6 +4,12 @@
4
4
  "modules": ["VideoModule"]
5
5
  },
6
6
  "android": {
7
- "modules": ["expo.modules.video.VideoModule"]
7
+ "modules": ["expo.modules.video.VideoModule"],
8
+ "publication": {
9
+ "groupId": "host.exp.exponent",
10
+ "artifactId": "expo.modules.video",
11
+ "version": "2.1.1-canary-20250408-7f0ab53",
12
+ "repository": "local-maven-repo"
13
+ }
8
14
  }
9
15
  }
@@ -0,0 +1 @@
1
+ 825cb0b1997d6a96c6d31a7e6d43357e66198539d8b77d6d67b11c59fc6da3afa58e2d7df82807ff6be1c02e893219f9506a419eb595758041cdd90ee285e491
@@ -0,0 +1 @@
1
+ c0defe8fc70309f03e4ab03ae098707df32266d9ed60476008fda07faf89b3e943f0fe7364e9f582d59cd44081601e2cb8382aaf1e1769a1b59e85a83854bc59
@@ -0,0 +1,147 @@
1
+ {
2
+ "formatVersion": "1.1",
3
+ "component": {
4
+ "group": "host.exp.exponent",
5
+ "module": "expo.modules.video",
6
+ "version": "2.1.1-canary-20250408-7f0ab53",
7
+ "attributes": {
8
+ "org.gradle.status": "release"
9
+ }
10
+ },
11
+ "createdBy": {
12
+ "gradle": {
13
+ "version": "8.13"
14
+ }
15
+ },
16
+ "variants": [
17
+ {
18
+ "name": "releaseVariantReleaseApiPublication",
19
+ "attributes": {
20
+ "org.gradle.category": "library",
21
+ "org.gradle.dependency.bundling": "external",
22
+ "org.gradle.libraryelements": "aar",
23
+ "org.gradle.usage": "java-api"
24
+ },
25
+ "files": [
26
+ {
27
+ "name": "expo.modules.video-2.1.1-canary-20250408-7f0ab53.aar",
28
+ "url": "expo.modules.video-2.1.1-canary-20250408-7f0ab53.aar",
29
+ "size": 371162,
30
+ "sha512": "c0defe8fc70309f03e4ab03ae098707df32266d9ed60476008fda07faf89b3e943f0fe7364e9f582d59cd44081601e2cb8382aaf1e1769a1b59e85a83854bc59",
31
+ "sha256": "0ddf26351b4674406935f588548be46988e8911349703708e92f449212bd9b14",
32
+ "sha1": "1b834babead335028e712e57b9581d6e2a2d3549",
33
+ "md5": "16c628c4b68988e85b75207f8ada66e1"
34
+ }
35
+ ]
36
+ },
37
+ {
38
+ "name": "releaseVariantReleaseRuntimePublication",
39
+ "attributes": {
40
+ "org.gradle.category": "library",
41
+ "org.gradle.dependency.bundling": "external",
42
+ "org.gradle.libraryelements": "aar",
43
+ "org.gradle.usage": "java-runtime"
44
+ },
45
+ "dependencies": [
46
+ {
47
+ "group": "org.jetbrains.kotlin",
48
+ "module": "kotlin-stdlib-jdk7",
49
+ "version": {
50
+ "requires": "2.0.21"
51
+ }
52
+ },
53
+ {
54
+ "group": "com.facebook.react",
55
+ "module": "react-android"
56
+ },
57
+ {
58
+ "group": "androidx.media3",
59
+ "module": "media3-session",
60
+ "version": {
61
+ "requires": "1.4.0"
62
+ }
63
+ },
64
+ {
65
+ "group": "androidx.media3",
66
+ "module": "media3-exoplayer",
67
+ "version": {
68
+ "requires": "1.4.0"
69
+ }
70
+ },
71
+ {
72
+ "group": "androidx.media3",
73
+ "module": "media3-exoplayer-dash",
74
+ "version": {
75
+ "requires": "1.4.0"
76
+ }
77
+ },
78
+ {
79
+ "group": "androidx.media3",
80
+ "module": "media3-exoplayer-hls",
81
+ "version": {
82
+ "requires": "1.4.0"
83
+ }
84
+ },
85
+ {
86
+ "group": "androidx.media3",
87
+ "module": "media3-ui",
88
+ "version": {
89
+ "requires": "1.4.0"
90
+ }
91
+ },
92
+ {
93
+ "group": "androidx.media3",
94
+ "module": "media3-datasource-okhttp",
95
+ "version": {
96
+ "requires": "1.4.0"
97
+ }
98
+ },
99
+ {
100
+ "group": "androidx.fragment",
101
+ "module": "fragment",
102
+ "version": {
103
+ "requires": "1.6.2"
104
+ }
105
+ },
106
+ {
107
+ "group": "androidx.fragment",
108
+ "module": "fragment-ktx",
109
+ "version": {
110
+ "requires": "1.6.2"
111
+ }
112
+ }
113
+ ],
114
+ "files": [
115
+ {
116
+ "name": "expo.modules.video-2.1.1-canary-20250408-7f0ab53.aar",
117
+ "url": "expo.modules.video-2.1.1-canary-20250408-7f0ab53.aar",
118
+ "size": 371162,
119
+ "sha512": "c0defe8fc70309f03e4ab03ae098707df32266d9ed60476008fda07faf89b3e943f0fe7364e9f582d59cd44081601e2cb8382aaf1e1769a1b59e85a83854bc59",
120
+ "sha256": "0ddf26351b4674406935f588548be46988e8911349703708e92f449212bd9b14",
121
+ "sha1": "1b834babead335028e712e57b9581d6e2a2d3549",
122
+ "md5": "16c628c4b68988e85b75207f8ada66e1"
123
+ }
124
+ ]
125
+ },
126
+ {
127
+ "name": "releaseVariantReleaseSourcePublication",
128
+ "attributes": {
129
+ "org.gradle.category": "documentation",
130
+ "org.gradle.dependency.bundling": "external",
131
+ "org.gradle.docstype": "sources",
132
+ "org.gradle.usage": "java-runtime"
133
+ },
134
+ "files": [
135
+ {
136
+ "name": "expo.modules.video-2.1.1-canary-20250408-7f0ab53-sources.jar",
137
+ "url": "expo.modules.video-2.1.1-canary-20250408-7f0ab53-sources.jar",
138
+ "size": 48605,
139
+ "sha512": "825cb0b1997d6a96c6d31a7e6d43357e66198539d8b77d6d67b11c59fc6da3afa58e2d7df82807ff6be1c02e893219f9506a419eb595758041cdd90ee285e491",
140
+ "sha256": "744a72e25f0078fd4c4fcbe9e7837ba941dfa2782fa5796581616c007f8d73ff",
141
+ "sha1": "f8bf392a47dfa5fdbd07b46893df64e03be92c9e",
142
+ "md5": "d1f1e7f4ef4473ee718c60316fca9e2b"
143
+ }
144
+ ]
145
+ }
146
+ ]
147
+ }
@@ -0,0 +1 @@
1
+ a32ddf559dfedfa59c16d57f5a72622b462cb94c9cefe33f49a0afe520db37522ac9358431d540db46208f362a9269a4434aaa9f520475e02e7d446175803cd7
@@ -0,0 +1,88 @@
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>host.exp.exponent</groupId>
11
+ <artifactId>expo.modules.video</artifactId>
12
+ <version>2.1.1-canary-20250408-7f0ab53</version>
13
+ <packaging>aar</packaging>
14
+ <name>expo.modules.video</name>
15
+ <url>https://github.com/expo/expo</url>
16
+ <licenses>
17
+ <license>
18
+ <name>MIT License</name>
19
+ <url>https://github.com/expo/expo/blob/main/LICENSE</url>
20
+ </license>
21
+ </licenses>
22
+ <scm>
23
+ <connection>https://github.com/expo/expo.git</connection>
24
+ <developerConnection>https://github.com/expo/expo.git</developerConnection>
25
+ <url>https://github.com/expo/expo</url>
26
+ </scm>
27
+ <dependencies>
28
+ <dependency>
29
+ <groupId>org.jetbrains.kotlin</groupId>
30
+ <artifactId>kotlin-stdlib-jdk7</artifactId>
31
+ <version>2.0.21</version>
32
+ <scope>runtime</scope>
33
+ </dependency>
34
+ <dependency>
35
+ <groupId>com.facebook.react</groupId>
36
+ <artifactId>react-android</artifactId>
37
+ <scope>runtime</scope>
38
+ </dependency>
39
+ <dependency>
40
+ <groupId>androidx.media3</groupId>
41
+ <artifactId>media3-session</artifactId>
42
+ <version>1.4.0</version>
43
+ <scope>runtime</scope>
44
+ </dependency>
45
+ <dependency>
46
+ <groupId>androidx.media3</groupId>
47
+ <artifactId>media3-exoplayer</artifactId>
48
+ <version>1.4.0</version>
49
+ <scope>runtime</scope>
50
+ </dependency>
51
+ <dependency>
52
+ <groupId>androidx.media3</groupId>
53
+ <artifactId>media3-exoplayer-dash</artifactId>
54
+ <version>1.4.0</version>
55
+ <scope>runtime</scope>
56
+ </dependency>
57
+ <dependency>
58
+ <groupId>androidx.media3</groupId>
59
+ <artifactId>media3-exoplayer-hls</artifactId>
60
+ <version>1.4.0</version>
61
+ <scope>runtime</scope>
62
+ </dependency>
63
+ <dependency>
64
+ <groupId>androidx.media3</groupId>
65
+ <artifactId>media3-ui</artifactId>
66
+ <version>1.4.0</version>
67
+ <scope>runtime</scope>
68
+ </dependency>
69
+ <dependency>
70
+ <groupId>androidx.media3</groupId>
71
+ <artifactId>media3-datasource-okhttp</artifactId>
72
+ <version>1.4.0</version>
73
+ <scope>runtime</scope>
74
+ </dependency>
75
+ <dependency>
76
+ <groupId>androidx.fragment</groupId>
77
+ <artifactId>fragment</artifactId>
78
+ <version>1.6.2</version>
79
+ <scope>runtime</scope>
80
+ </dependency>
81
+ <dependency>
82
+ <groupId>androidx.fragment</groupId>
83
+ <artifactId>fragment-ktx</artifactId>
84
+ <version>1.6.2</version>
85
+ <scope>runtime</scope>
86
+ </dependency>
87
+ </dependencies>
88
+ </project>
@@ -0,0 +1 @@
1
+ e75dea85d9949ae6e79e88809f55545562913618fde1bb33b8cc8de1a796ef4255a8994b9ce1dfe8eb92585cbf59f9713c81b36b2ab2f37f93bfd714ee6a7c0b
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <metadata>
3
+ <groupId>host.exp.exponent</groupId>
4
+ <artifactId>expo.modules.video</artifactId>
5
+ <versioning>
6
+ <latest>2.1.1-canary-20250408-7f0ab53</latest>
7
+ <release>2.1.1-canary-20250408-7f0ab53</release>
8
+ <versions>
9
+ <version>2.1.1-canary-20250408-7f0ab53</version>
10
+ </versions>
11
+ <lastUpdated>20250408205643</lastUpdated>
12
+ </versioning>
13
+ </metadata>
@@ -0,0 +1 @@
1
+ 7435f507128847ecd43ed645924dbd9c
@@ -0,0 +1 @@
1
+ 07da3da8b39f7fbd76c174e9d15674f44b8565df
@@ -0,0 +1 @@
1
+ ffc5a9fcda4fc7f303e01357db220078aaa16a659077fd9c4f81026b55cad6c6
@@ -0,0 +1 @@
1
+ 636a15c45798624b59459ed3e6282f06f77cfa52738ccb4ab9cdd4f2d73c8cfade4552f96325815426a86ab090a5ebaf24c0a2d6be21b37f006cef5f5e57a31c
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "expo-video",
3
3
  "title": "Expo Video",
4
- "version": "2.1.0",
4
+ "version": "2.1.1-canary-20250408-7f0ab53",
5
5
  "description": "A cross-platform, performant video component for React Native and Expo with Web support",
6
6
  "main": "build/index.js",
7
7
  "types": "build/index.d.ts",
@@ -31,12 +31,11 @@
31
31
  "license": "MIT",
32
32
  "dependencies": {},
33
33
  "devDependencies": {
34
- "expo-module-scripts": "^4.1.0"
34
+ "expo-module-scripts": "4.1.1-canary-20250408-7f0ab53"
35
35
  },
36
36
  "peerDependencies": {
37
- "expo": "*",
37
+ "expo": "53.0.0-canary-20250408-7f0ab53",
38
38
  "react": "*",
39
39
  "react-native": "*"
40
- },
41
- "gitHead": "68b8233002dc678934ba40cbade7fbc80e71aeff"
40
+ }
42
41
  }