@digia-engage/core 2.0.0 → 2.0.1
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 +1 -1
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -70,7 +70,7 @@ android {
|
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
dependencies {
|
|
73
|
-
implementation 'tech.digia:engage:2.0.0
|
|
73
|
+
implementation 'tech.digia:engage:2.0.0'
|
|
74
74
|
|
|
75
75
|
// ── React Native ─────────────────────────────────────────────────────────
|
|
76
76
|
// React Native is provided by the host app; mark as compileOnly so it is
|
package/package.json
CHANGED