capacitor-sora-editor 1.0.7 → 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.
package/android/build.gradle
CHANGED
|
@@ -53,7 +53,6 @@ android {
|
|
|
53
53
|
repositories {
|
|
54
54
|
google()
|
|
55
55
|
mavenCentral()
|
|
56
|
-
maven { url 'https://jitpack.io' }
|
|
57
56
|
}
|
|
58
57
|
|
|
59
58
|
dependencies {
|
|
@@ -62,13 +61,11 @@ dependencies {
|
|
|
62
61
|
implementation "androidx.appcompat:appcompat:1.7.0"
|
|
63
62
|
implementation "androidx.core:core-ktx:1.15.0"
|
|
64
63
|
|
|
65
|
-
|
|
66
|
-
implementation 'com.github.abc15018045126.sora-editor:editor:v0.0.2'
|
|
64
|
+
implementation files("libs/editor-release.aar")
|
|
67
65
|
|
|
68
66
|
// Local Sora Editor project for local builds (commented for distribution)
|
|
69
67
|
// implementation project(':sora-editor')
|
|
70
68
|
|
|
71
|
-
// Fallback to JitPack if Maven Central is not updated yet
|
|
72
69
|
|
|
73
70
|
|
|
74
71
|
// Compose
|
|
Binary file
|