expo-image-to-video 0.1.0 → 0.1.2
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 +4 -4
- package/package.json +3 -3
package/android/build.gradle
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
apply plugin: 'com.android.library'
|
|
2
2
|
|
|
3
3
|
group = 'expo.modules.imagetovideo'
|
|
4
|
-
version = '0.1.
|
|
4
|
+
version = '0.1.2'
|
|
5
5
|
|
|
6
6
|
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
|
|
7
7
|
apply from: expoModulesCorePlugin
|
|
@@ -23,10 +23,10 @@ if (useManagedAndroidSdkVersions) {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
project.android {
|
|
26
|
-
compileSdkVersion safeExtGet("compileSdkVersion",
|
|
26
|
+
compileSdkVersion safeExtGet("compileSdkVersion", 35)
|
|
27
27
|
defaultConfig {
|
|
28
28
|
minSdkVersion safeExtGet("minSdkVersion", 24)
|
|
29
|
-
targetSdkVersion safeExtGet("targetSdkVersion",
|
|
29
|
+
targetSdkVersion safeExtGet("targetSdkVersion", 35)
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -35,7 +35,7 @@ android {
|
|
|
35
35
|
namespace "expo.modules.imagetovideo"
|
|
36
36
|
defaultConfig {
|
|
37
37
|
versionCode 1
|
|
38
|
-
versionName "0.1.
|
|
38
|
+
versionName "0.1.2"
|
|
39
39
|
}
|
|
40
40
|
lintOptions {
|
|
41
41
|
abortOnError false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-image-to-video",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "High-performance native image-to-video conversion for Expo",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"homepage": "https://github.com/tsnguyenducphuong/media-kit#readme",
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/react": "~19.1.0",
|
|
40
|
-
"expo": "^54.0.
|
|
40
|
+
"expo": "^54.0.13",
|
|
41
41
|
"expo-module-scripts": "^5.0.8",
|
|
42
|
-
"react-native": "0.81.
|
|
42
|
+
"react-native": "0.81.4"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"expo": "*",
|