bureau-sdk 1.0.2 → 1.0.3
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 +2 -3
package/android/build.gradle
CHANGED
|
@@ -114,7 +114,7 @@ dependencies {
|
|
|
114
114
|
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
|
|
115
115
|
//noinspection GradleDynamicVersion
|
|
116
116
|
implementation "com.facebook.react:react-native:+"
|
|
117
|
-
implementation 'id.bureau:bureausdk:1.1.
|
|
117
|
+
implementation 'id.bureau:bureausdk:1.1.5'
|
|
118
118
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
119
119
|
}
|
|
120
120
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bureau-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Bureau Device Intelligence React Native SDK",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -125,6 +125,5 @@
|
|
|
125
125
|
}
|
|
126
126
|
]
|
|
127
127
|
]
|
|
128
|
-
}
|
|
129
|
-
"gitHead": "0f80a033ab185914468a59615cd6ac1e7a4e86a2"
|
|
128
|
+
}
|
|
130
129
|
}
|