react-native-acoustic-connect-beta 16.0.17 → 16.0.19
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.
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"react": "18.2.0",
|
|
16
16
|
"react-dom": "18.2.0",
|
|
17
17
|
"react-native": "0.72.10",
|
|
18
|
-
"react-native-acoustic-connect-beta": "16.0.
|
|
18
|
+
"react-native-acoustic-connect-beta": "16.0.19",
|
|
19
19
|
"react-native-gesture-handler": "~2.12.0",
|
|
20
20
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
21
21
|
"react-native-reanimated": "~3.3.0",
|
package/Jenkinsfile
CHANGED
|
@@ -386,7 +386,11 @@ def checkEmulatorReady() {
|
|
|
386
386
|
|
|
387
387
|
// "Update library build version number and example app package.json"
|
|
388
388
|
def getLibVersion() {
|
|
389
|
-
def packageFile = "
|
|
389
|
+
def packageFile = "package.json"
|
|
390
|
+
|
|
391
|
+
if (genBuild) {
|
|
392
|
+
packageFile = "${buildDir}/package.json"
|
|
393
|
+
}
|
|
390
394
|
|
|
391
395
|
echo "Get version from:${packageFile}"
|
|
392
396
|
// Get file to update and save
|
package/package.json
CHANGED