capacitor-sora-editor 1.0.6 → 1.0.8

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.
@@ -61,12 +61,12 @@ dependencies {
61
61
  implementation "androidx.appcompat:appcompat:1.7.0"
62
62
  implementation "androidx.core:core-ktx:1.15.0"
63
63
 
64
- // Correct Maven coordinates for Sora Editor
65
- // Correct Maven coordinates for Sora Editor
66
- // Use local Sora Editor project
67
- implementation project(':sora-editor')
68
- // Remove individual module dependencies if they are included in :sora-editor or if they also need to be local
69
- // implementation 'io.github.abc15018045126:language-textmate:0.24.4'
64
+ implementation files("libs/editor-release.aar")
65
+
66
+ // Local Sora Editor project for local builds (commented for distribution)
67
+ // implementation project(':sora-editor')
68
+
69
+
70
70
 
71
71
  // Compose
72
72
  def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-sora-editor",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "SoraEditor plugin for Capacitor",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",