3030 run : echo +++++$(cmake --version)
3131
3232 - name : Setup NDK
33- run : echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;16 .1.4479499 "
33+ run : echo "y" | sudo ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --install "ndk;25 .1.8937393 "
3434
3535
3636 - name : build libenet debug
5555 - name : Compress xp2p artifacts
5656 run : |
5757 mkdir xp2p_artifacts
58- cp -r iot-p2p/iot/device/android_device/device_video_aar/explorer-device -video-sdk/libs/ xp2p_artifacts/
58+ cp -r iot-p2p/iot/device/android_device/device_video_aar/explorer-app -video-sdk/libs/ xp2p_artifacts/
5959 zip -r xp2p_artifacts.zip xp2p_artifacts
6060 - name : Upload .so to Artifacts
6161 uses : actions/upload-artifact@v4
@@ -69,14 +69,14 @@ jobs:
6969 run : |
7070 VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
7171 export GIT_BRANCH_IMAGE_VERSION=$VERSION
72- bash .github/script/update_version_for_android.sh Debug iot-p2p/iot/device/android_device/device_video_aar/explorer-device -video-sdk/build.gradle
72+ bash .github/script/update_version_for_android.sh Debug iot-p2p/iot/device/android_device/device_video_aar/explorer-app -video-sdk/build.gradle
7373
7474 - name : Update sdk version release
7575 if : startsWith(github.event.ref, 'refs/tags')
7676 run : |
7777 VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
7878 export GIT_BRANCH_IMAGE_VERSION=$VERSION
79- bash .github/script/update_version_for_android.sh Release iot-p2p/iot/device/android_device/device_video_aar/explorer-device -video-sdk/build.gradle
79+ bash .github/script/update_version_for_android.sh Release iot-p2p/iot/device/android_device/device_video_aar/explorer-app -video-sdk/build.gradle
8080
8181 - name : Update Values of Signing
8282 run : |
0 commit comments