@digia-engage/core 1.0.0-beta.1 → 1.0.0-beta.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
CHANGED
|
@@ -16,7 +16,6 @@ plugins {
|
|
|
16
16
|
id 'com.android.library'
|
|
17
17
|
id 'org.jetbrains.kotlin.android'
|
|
18
18
|
id 'org.jetbrains.kotlin.plugin.compose'
|
|
19
|
-
id 'com.facebook.react'
|
|
20
19
|
}
|
|
21
20
|
|
|
22
21
|
android {
|
|
@@ -55,8 +54,8 @@ android {
|
|
|
55
54
|
}
|
|
56
55
|
|
|
57
56
|
dependencies {
|
|
58
|
-
// Digia Engage Android library (published to
|
|
59
|
-
implementation 'com.
|
|
57
|
+
// Digia Engage Android library (published to JitPack)
|
|
58
|
+
implementation 'com.github.Digia-Technology-Private-Limited:digia_engage:android.1.0.0-beta.6'
|
|
60
59
|
|
|
61
60
|
// ── React Native ─────────────────────────────────────────────────────────
|
|
62
61
|
// React Native is provided by the host app; mark as compileOnly so it is
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
sdk.dir=/Users/ram/Library/Android/sdk
|
package/android/settings.gradle
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digia-engage/core",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
4
|
"description": "React Native bridge for Digia Engage – renders native Android Compose UI inside React Native apps",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|